Class NotImplementedRuntimeException

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

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

    • NotImplementedRuntimeException

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

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

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

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

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

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