Class InternalServerErrorException

    • Constructor Detail

      • InternalServerErrorException

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

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

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

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

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

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