Class ComponentRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.component.ComponentRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
CeaseException.CeaseRuntimeException, CloseException.CloseRuntimeException, ComponentRuntimeException.ComponentHandleRuntimeException, DecomposeException.DecomposeRuntimeException, DigestException.DigestRuntimeException, DisposeException.DisposeRuntimeException, LifecycleException.LifecycleRuntimeException, ResetException.ResetRuntimeException

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

    • ComponentRuntimeException

      public ComponentRuntimeException(String aMessage, String aErrorCode)
    • ComponentRuntimeException

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

      public ComponentRuntimeException(String aMessage, Throwable aCause)
    • ComponentRuntimeException

      public ComponentRuntimeException(String aMessage)
    • ComponentRuntimeException

      public ComponentRuntimeException(Throwable aCause, String aErrorCode)
    • ComponentRuntimeException

      public ComponentRuntimeException(Throwable aCause)