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)
      Instantiates a new start exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • StartRuntimeException

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

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

      public StartRuntimeException(String message)
      Instantiates a new start exception.
      Parameters:
      message - the message
    • StartRuntimeException

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

      public StartRuntimeException(Throwable cause)
      Instantiates a new start exception.
      Parameters:
      cause - the cause