Class LifecycleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.component.ComponentException
org.refcodes.component.LifecycleException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
DestroyException, InitializeException, PauseException, ResumeException, StartException, StopException

public abstract class LifecycleException extends ComponentException
This exception is the base lifecycle exception .
See Also:
  • Constructor Details

    • LifecycleException

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

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

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

      public LifecycleException(String message)
      Instantiates a new lifecycle exception.
      Parameters:
      message - the message
    • LifecycleException

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

      public LifecycleException(Throwable cause)
      Instantiates a new lifecycle exception.
      Parameters:
      cause - the cause