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:
java.io.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(java.lang.String message)
NoSuchDocumentPathException(java.lang.String message, java.lang.Throwable cause)
NoSuchDocumentPathException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
NoSuchDocumentPathException
public NoSuchDocumentPathException()
-
NoSuchDocumentPathException
public NoSuchDocumentPathException(java.lang.String message)
-
NoSuchDocumentPathException
public NoSuchDocumentPathException(java.lang.String message, java.lang.Throwable cause)
-
NoSuchDocumentPathException
public NoSuchDocumentPathException(java.lang.Throwable cause)
-
-