Class DigestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.component.ComponentException
org.refcodes.component.DigestException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public class DigestException extends ComponentException
Thrown in case digesting (processing) a job by a Digester.digest(Object) caused problems; the aCause is usually wrapped by this Exception.
See Also:
  • Constructor Details

    • DigestException

      public DigestException(String aMessage, String aErrorCode)
    • DigestException

      public DigestException(String aMessage, Throwable aCause, String aErrorCode)
    • DigestException

      public DigestException(String aMessage, Throwable aCause)
    • DigestException

      public DigestException(String aMessage)
    • DigestException

      public DigestException(Throwable aCause, String aErrorCode)
    • DigestException

      public DigestException(Throwable aCause)