Class UnavailableForLegalReasonsRuntimeException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>

public class UnavailableForLegalReasonsRuntimeException extends HttpStatusRuntimeException
The Class UnavailableForLegalReasonsRuntimeException.
See Also:
  • Constructor Details

    • UnavailableForLegalReasonsRuntimeException

      public UnavailableForLegalReasonsRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new unavailable for legal reasons exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • UnavailableForLegalReasonsRuntimeException

      public UnavailableForLegalReasonsRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new unavailable for legal reasons exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • UnavailableForLegalReasonsRuntimeException

      public UnavailableForLegalReasonsRuntimeException(String aMessage, Throwable aCause)
      Instantiates a new unavailable for legal reasons exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • UnavailableForLegalReasonsRuntimeException

      public UnavailableForLegalReasonsRuntimeException(String aMessage)
      Instantiates a new unavailable for legal reasons exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • UnavailableForLegalReasonsRuntimeException

      public UnavailableForLegalReasonsRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new unavailable for legal reasons exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • UnavailableForLegalReasonsRuntimeException

      public UnavailableForLegalReasonsRuntimeException(Throwable aCause)
      Instantiates a new unavailable for legal reasons exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.