Package org.onosproject.store.service
Class IllegalDocumentNameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.onosproject.store.service.DocumentException
-
- org.onosproject.store.service.IllegalDocumentNameException
-
- All Implemented Interfaces:
Serializable
public class IllegalDocumentNameException extends DocumentException
An exception thrown when an illegally named node is submitted.- 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 IllegalDocumentNameException()
IllegalDocumentNameException(String message)
IllegalDocumentNameException(String message, Throwable cause)
IllegalDocumentNameException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-