Class StartException.StartRuntimeException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Enclosing class:
StartException

public static class StartException.StartRuntimeException extends LifecycleException.LifecycleRuntimeException
Unchecked exception with the same semantics as the StartException.
See Also:
  • Constructor Details

    • StartRuntimeException

      public StartRuntimeException(String aMessage, String aErrorCode)
    • StartRuntimeException

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

      public StartRuntimeException(String aMessage, Throwable aCause)
    • StartRuntimeException

      public StartRuntimeException(String aMessage)
    • StartRuntimeException

      public StartRuntimeException(Throwable aCause, String aErrorCode)
    • StartRuntimeException

      public StartRuntimeException(Throwable aCause)