Class StartException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

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

    • StartException

      public StartException(String aMessage, String aErrorCode)
    • StartException

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

      public StartException(String aMessage, Throwable aCause)
    • StartException

      public StartException(String aMessage)
    • StartException

      public StartException(Throwable aCause, String aErrorCode)
    • StartException

      public StartException(Throwable aCause)