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.DocumentExceptionDocumentException.Interrupted, DocumentException.Timeout
 
- 
 - 
Constructor SummaryConstructors Constructor Description IllegalDocumentNameException()IllegalDocumentNameException(java.lang.String message)IllegalDocumentNameException(java.lang.String message, java.lang.Throwable cause)IllegalDocumentNameException(java.lang.Throwable cause)
 
- 
- 
- 
Constructor Detail- 
IllegalDocumentNameExceptionpublic IllegalDocumentNameException() 
 - 
IllegalDocumentNameExceptionpublic IllegalDocumentNameException(java.lang.String message) 
 - 
IllegalDocumentNameExceptionpublic IllegalDocumentNameException(java.lang.String message, java.lang.Throwable cause)
 - 
IllegalDocumentNameExceptionpublic IllegalDocumentNameException(java.lang.Throwable cause) 
 
- 
 
-