Class LifecycleException.LifecycleRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.component.ComponentRuntimeException
org.refcodes.component.LifecycleException.LifecycleRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
DestroyException.DestroyRuntimeException, InitializeException.InitializeRuntimeException, PauseException.PauseRuntimeException, ResumeException.ResumeRuntimeException, StartException.StartRuntimeException, StopException.StopRuntimeException
Enclosing class:
LifecycleException

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

    • LifecycleRuntimeException

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

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

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

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

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

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