Class InitializeException

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

public class InitializeException extends LifecycleException
Thrown in case initializing a component caused problems. Usually a method similar to "initialize()" throws such an exception.
See Also:
  • Constructor Details

    • InitializeException

      public InitializeException(String aMessage, String aErrorCode)
    • InitializeException

      public InitializeException(String aMessage, Throwable aCause, String aErrorCode)
    • InitializeException

      public InitializeException(String aMessage, Throwable aCause)
    • InitializeException

      public InitializeException(String aMessage)
    • InitializeException

      public InitializeException(Throwable aCause, String aErrorCode)
    • InitializeException

      public InitializeException(Throwable aCause)