Package org.onosproject.store.service
Class NoSuchDocumentPathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.onosproject.store.service.DocumentException
-
- org.onosproject.store.service.NoSuchDocumentPathException
-
- All Implemented Interfaces:
Serializable
public class NoSuchDocumentPathException extends DocumentException
An exception to be thrown when an invalid path is passed to theDocumentTree
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.onosproject.store.service.DocumentException
DocumentException.Interrupted, DocumentException.Timeout
-
-
Constructor Summary
Constructors Constructor Description NoSuchDocumentPathException()
NoSuchDocumentPathException(String message)
NoSuchDocumentPathException(String message, Throwable cause)
NoSuchDocumentPathException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-