Class StartException.StartRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.component.ComponentRuntimeException
org.refcodes.component.StartException.StartRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Enclosing class:
StartException

public static class StartException.StartRuntimeException
extends ComponentRuntimeException
Unchecked exception with the same semantics as the StartException.
See Also:
Serialized Form
  • 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