Class DigestException.DigestRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.component.ComponentRuntimeException
org.refcodes.component.DigestException.DigestRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Enclosing class:
DigestException

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

    • DigestRuntimeException

      public DigestRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new digest exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • DigestRuntimeException

      public DigestRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new digest exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • DigestRuntimeException

      public DigestRuntimeException(String message, Throwable cause)
      Instantiates a new digest exception.
      Parameters:
      message - the message
      cause - the cause
    • DigestRuntimeException

      public DigestRuntimeException(String message)
      Instantiates a new digest exception.
      Parameters:
      message - the message
    • DigestRuntimeException

      public DigestRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new digest exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • DigestRuntimeException

      public DigestRuntimeException(Throwable cause)
      Instantiates a new digest exception.
      Parameters:
      cause - the cause