Class NonAuthoritativeInformationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>

public class NonAuthoritativeInformationException extends HttpStatusException
The Class NonAuthoritativeInformationException.
See Also:
  • Constructor Details

    • NonAuthoritativeInformationException

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

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

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

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

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

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