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 aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • NonAuthoritativeInformationException

      public NonAuthoritativeInformationException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new non authoritative information exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • NonAuthoritativeInformationException

      public NonAuthoritativeInformationException(String aMessage, Throwable aCause)
      Instantiates a new non authoritative information exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • NonAuthoritativeInformationException

      public NonAuthoritativeInformationException(String aMessage)
      Instantiates a new non authoritative information exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • NonAuthoritativeInformationException

      public NonAuthoritativeInformationException(Throwable aCause, String aErrorCode)
      Instantiates a new non authoritative information exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • NonAuthoritativeInformationException

      public NonAuthoritativeInformationException(Throwable aCause)
      Instantiates a new non authoritative information exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.