Class DocumentNotAccessibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.projecthusky.communication.exceptions.DocumentNotAccessibleException
- All Implemented Interfaces:
Serializable
Exception in case when no document found
- Since:
- Dec 15, 2015 11:23:08 AM
- Version:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor to instanciate the object -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DocumentNotAccessibleException
public DocumentNotAccessibleException()Default constructor to instanciate the object
-