Class InitializeException.InitializeRuntimeException

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

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

    • InitializeRuntimeException

      public InitializeRuntimeException​(String aMessage, String aErrorCode)
      Instantiates a new initialize exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • InitializeRuntimeException

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

      public InitializeRuntimeException​(String message, Throwable cause)
      Instantiates a new initialize exception.
      Parameters:
      message - the message
      cause - the cause
    • InitializeRuntimeException

      public InitializeRuntimeException​(String message)
      Instantiates a new initialize exception.
      Parameters:
      message - the message
    • InitializeRuntimeException

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

      public InitializeRuntimeException​(Throwable cause)
      Instantiates a new initialize exception.
      Parameters:
      cause - the cause