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:
  • Constructor Details

    • 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.
    • DocumentBeanException

      public DocumentBeanException(String message, Throwable throwable)
      Constructs a new instance of DocumentBeanException
      Parameters:
      message - the throwable message.
      throwable - the parent of this Throwable.