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