Package com.soffid.iam.doc.exception
Class DocumentBeanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.soffid.iam.doc.exception.DocumentBeanException
- All Implemented Interfaces:
Serializable
Exception DocumentBeanException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThe default constructor.DocumentBeanException(String message) Constructs a new instance of DocumentBeanExceptionDocumentBeanException(String message, Throwable throwable) Constructs a new instance of DocumentBeanExceptionDocumentBeanException(Throwable throwable) Constructs a new instance of DocumentBeanException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DocumentBeanException
public DocumentBeanException()The default constructor. -
DocumentBeanException
Constructs a new instance of DocumentBeanException- Parameters:
throwable- the parent Throwable
-
DocumentBeanException
Constructs a new instance of DocumentBeanException- Parameters:
message- the throwable message.
-
DocumentBeanException
Constructs a new instance of DocumentBeanException- Parameters:
message- the throwable message.throwable- the parent of this Throwable.
-