Class ResetException

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

    public class ResetException
    extends ComponentException
    Thrown in case resetting a component caused problems. Usually a method similar to "reset()" throws such an exception.
    See Also:
    Serialized Form
    • Constructor Detail

      • ResetException

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

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

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

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

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

        public ResetException​(Throwable cause)
        Instantiates a new reset exception.
        Parameters:
        cause - the cause