Package org.onosproject.store.service
Class IllegalDocumentModificationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.onosproject.store.service.DocumentException
-
- org.onosproject.store.service.IllegalDocumentModificationException
-
- All Implemented Interfaces:
Serializable
public class IllegalDocumentModificationException extends DocumentException
An exception to be thrown when a node cannot be removed normally because it does not exist or because it is not a leaf node.- 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 IllegalDocumentModificationException()
IllegalDocumentModificationException(String message)
IllegalDocumentModificationException(String message, Throwable cause)
IllegalDocumentModificationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalDocumentModificationException
public IllegalDocumentModificationException()
-
IllegalDocumentModificationException
public IllegalDocumentModificationException(String message)
-
IllegalDocumentModificationException
public IllegalDocumentModificationException(String message, Throwable cause)
-
IllegalDocumentModificationException
public IllegalDocumentModificationException(Throwable cause)
-
-