Class NotImplementedException

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

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

    • NotImplementedException

      public NotImplementedException(String aMessage, String aErrorCode)
      Instantiates a new not implemented exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • NotImplementedException

      public NotImplementedException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new not implemented exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • NotImplementedException

      public NotImplementedException(String message, Throwable cause)
      Instantiates a new not implemented exception.
      Parameters:
      message - the message
      cause - the cause
    • NotImplementedException

      public NotImplementedException(String message)
      Instantiates a new not implemented exception.
      Parameters:
      message - the message
    • NotImplementedException

      public NotImplementedException(Throwable aCause, String aErrorCode)
      Instantiates a new not implemented exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • NotImplementedException

      public NotImplementedException(Throwable cause)
      Instantiates a new not implemented exception.
      Parameters:
      cause - the cause