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.RuntimeException
Exceptions for use by theDocumentTree
andDocumentPath
.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DocumentException.Interrupted
DocumentTree operation interrupted.static class
DocumentException.Timeout
DocumentTree 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)
-
-