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
public class DocumentBeanException extends Exception
Exception DocumentBeanException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentBeanException()
The 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 Detail
-
DocumentBeanException
public DocumentBeanException()
The default constructor.
-
DocumentBeanException
public DocumentBeanException(Throwable throwable)
Constructs a new instance of DocumentBeanException- Parameters:
throwable
- the parent Throwable
-
DocumentBeanException
public DocumentBeanException(String message)
Constructs a new instance of DocumentBeanException- Parameters:
message
- the throwable message.
-
-