Class InternalClientErrorRuntimeException

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

public class InternalClientErrorRuntimeException extends HttpStatusRuntimeException
Proprietary code and only used inside a REFCODES.ORG client not trespassing any networking border (the error is generated by the client for the client locally). This code is used is used when a client signals the business logic that internal client processing failed even though the response was received fine.
See Also:
  • Constructor Details

    • InternalClientErrorRuntimeException

      public InternalClientErrorRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new internal client error runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • InternalClientErrorRuntimeException

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

      public InternalClientErrorRuntimeException(String message, Throwable cause)
      Instantiates a new internal client error runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • InternalClientErrorRuntimeException

      public InternalClientErrorRuntimeException(String message)
      Instantiates a new internal client error runtime exception.
      Parameters:
      message - the message
    • InternalClientErrorRuntimeException

      public InternalClientErrorRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new internal client error runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • InternalClientErrorRuntimeException

      public InternalClientErrorRuntimeException(Throwable cause)
      Instantiates a new internal client error runtime exception.
      Parameters:
      cause - the cause