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