Class NonAuthoritativeInformationRuntimeException

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

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

    • NonAuthoritativeInformationRuntimeException

      public NonAuthoritativeInformationRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new non authoritative information runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • NonAuthoritativeInformationRuntimeException

      public NonAuthoritativeInformationRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new non authoritative information runtime exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • NonAuthoritativeInformationRuntimeException

      public NonAuthoritativeInformationRuntimeException(String message, Throwable cause)
      Instantiates a new non authoritative information runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • NonAuthoritativeInformationRuntimeException

      public NonAuthoritativeInformationRuntimeException(String message)
      Instantiates a new non authoritative information runtime exception.
      Parameters:
      message - the message
    • NonAuthoritativeInformationRuntimeException

      public NonAuthoritativeInformationRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new non authoritative information runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • NonAuthoritativeInformationRuntimeException

      public NonAuthoritativeInformationRuntimeException(Throwable cause)
      Instantiates a new non authoritative information runtime exception.
      Parameters:
      cause - the cause