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)
      Instantiates the class ComponentRuntimeException.
      See Also:
      • AbstractRuntimeException(String, String)
    • ComponentRuntimeException

      public ComponentRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates the class ComponentRuntimeException.
      See Also:
      • AbstractRuntimeException(String, Throwable, String)
    • ComponentRuntimeException

      public ComponentRuntimeException(String aMessage, Throwable aCause)
      Instantiates the class ComponentRuntimeException.
      See Also:
      • AbstractRuntimeException(String, Throwable)
    • ComponentRuntimeException

      public ComponentRuntimeException(String aMessage)
      Instantiates the class ComponentRuntimeException.
      See Also:
      • AbstractRuntimeException(String)
    • ComponentRuntimeException

      public ComponentRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates the class ComponentRuntimeException.
      See Also:
      • AbstractRuntimeException(Throwable, String)
    • ComponentRuntimeException

      public ComponentRuntimeException(Throwable aCause)
      Instantiates the class ComponentRuntimeException.
      See Also:
      • AbstractRuntimeException(Throwable)