Class InitializeException.InitializeRuntimeException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
ConfigureException.ConfigureRuntimeException
Enclosing class:
InitializeException

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

    • InitializeRuntimeException

      public InitializeRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new initialize exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • InitializeRuntimeException

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

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

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

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

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