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:
Serialized Form
  • Constructor Details

    • UnavailableForLegalReasonsRuntimeException

      public UnavailableForLegalReasonsRuntimeException​(String aMessage, String aErrorCode)
      Instantiates a new unavailable for legal reasons exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • UnavailableForLegalReasonsRuntimeException

      public UnavailableForLegalReasonsRuntimeException​(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new unavailable for legal reasons exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • UnavailableForLegalReasonsRuntimeException

      public UnavailableForLegalReasonsRuntimeException​(String message, Throwable cause)
      Instantiates a new unavailable for legal reasons exception.
      Parameters:
      message - the message
      cause - the cause
    • UnavailableForLegalReasonsRuntimeException

      public UnavailableForLegalReasonsRuntimeException​(String message)
      Instantiates a new unavailable for legal reasons exception.
      Parameters:
      message - the message
    • UnavailableForLegalReasonsRuntimeException

      public UnavailableForLegalReasonsRuntimeException​(Throwable aCause, String aErrorCode)
      Instantiates a new unavailable for legal reasons exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • UnavailableForLegalReasonsRuntimeException

      public UnavailableForLegalReasonsRuntimeException​(Throwable cause)
      Instantiates a new unavailable for legal reasons exception.
      Parameters:
      cause - the cause