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 aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • StartRuntimeException

      public StartRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new start exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • StartRuntimeException

      public StartRuntimeException(String aMessage, Throwable aCause)
      Instantiates a new start exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • StartRuntimeException

      public StartRuntimeException(String aMessage)
      Instantiates a new start exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • StartRuntimeException

      public StartRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new start exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • StartRuntimeException

      public StartRuntimeException(Throwable aCause)
      Instantiates a new start exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.