Class InternalClientErrorException

  • All Implemented Interfaces:
    Serializable


    public class InternalClientErrorException
    extends HttpStatusException
    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:
    Serialized Form
    • Constructor Detail

      • InternalClientErrorException

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

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

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

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

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

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