Class InternalServerErrorRuntimeException

    • Constructor Detail

      • InternalServerErrorRuntimeException

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

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

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

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

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

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