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:
Serializable
- Direct Known Subclasses:
DocumentException.Interrupted,DocumentException.Timeout,IllegalDocumentModificationException,IllegalDocumentNameException,NoSuchDocumentPathException
public class DocumentException extends RuntimeException
Exceptions 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(String message)DocumentException(String message, Throwable cause)DocumentException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-