Class HalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.hal.HalException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public abstract class HalException extends org.refcodes.exception.AbstractException
The base exception for HAL related issues.
See Also:
  • Constructor Details

    • HalException

      public HalException(String aMessage, String aErrorCode)
      Instantiates the class HalException.
      Parameters:
      aMessage - see AbstractException(String, String)
      aErrorCode - see AbstractException(String, String)
      See Also:
      • AbstractException(String, String)
    • HalException

      public HalException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates the class HalException.
      Parameters:
      aMessage - see AbstractException(String, Throwable, String)
      aCause - see AbstractException(String, Throwable, String)
      aErrorCode - see AbstractException(String, Throwable, String)
      See Also:
      • AbstractException(String, Throwable, String)
    • HalException

      public HalException(String aMessage, Throwable aCause)
      Instantiates the class HalException.
      Parameters:
      aMessage - see AbstractException(String, Throwable)
      aCause - see AbstractException(String, Throwable)
      See Also:
      • AbstractException(String, Throwable)
    • HalException

      public HalException(String aMessage)
      Instantiates the class HalException.
      Parameters:
      aMessage - see AbstractException(String)
      See Also:
      • AbstractException(String)
    • HalException

      public HalException(Throwable aCause, String aErrorCode)
      Instantiates the class HalException.
      Parameters:
      aCause - see AbstractException(Throwable, String)
      aErrorCode - see AbstractException(Throwable, String)
      See Also:
      • AbstractException(Throwable, String)
    • HalException

      public HalException(Throwable aCause)
      Instantiates the class HalException.
      Parameters:
      aCause - see AbstractException(Throwable)
      See Also:
      • AbstractException(Throwable)