Class ResetException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.component.ComponentException
org.refcodes.component.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:
  • Constructor Details

    • ResetException

      public ResetException(String aMessage, String aErrorCode)
    • ResetException

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

      public ResetException(String aMessage, Throwable aCause)
    • ResetException

      public ResetException(String aMessage)
    • ResetException

      public ResetException(Throwable aCause, String aErrorCode)
    • ResetException

      public ResetException(Throwable aCause)