Package org.onosproject.store.service
Class DocumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.onosproject.store.service.DocumentException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DocumentException.Interrupted,DocumentException.Timeout,IllegalDocumentModificationException,IllegalDocumentNameException,NoSuchDocumentPathException
public class DocumentException extends java.lang.RuntimeExceptionExceptions for use by theDocumentTreeandDocumentPath.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDocumentException.InterruptedDocumentTree operation interrupted.static classDocumentException.TimeoutDocumentTree operation timeout.
-
Constructor Summary
Constructors Constructor Description DocumentException()DocumentException(java.lang.String message)DocumentException(java.lang.String message, java.lang.Throwable cause)DocumentException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
DocumentException
public DocumentException()
-
DocumentException
public DocumentException(java.lang.String message)
-
DocumentException
public DocumentException(java.lang.String message, java.lang.Throwable cause)
-
DocumentException
public DocumentException(java.lang.Throwable cause)
-
-