Class ComponentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.component.ComponentException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
CeaseException, CloseException, DecomposeException, DigestException, DisposeException, LifecycleException, ResetException

public abstract class ComponentException extends org.refcodes.exception.AbstractException
This exception is the base exception for the component package.
See Also:
  • Constructor Details

    • ComponentException

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

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

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

      public ComponentException(String message)
      Instantiates a new component exception.
      Parameters:
      message - the message
    • ComponentException

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

      public ComponentException(Throwable cause)
      Instantiates a new component exception.
      Parameters:
      cause - the cause