Class InternalServerException

    • Constructor Detail

      • InternalServerException

        public InternalServerException()
        Instantiates a new internal server failure exception.
      • InternalServerException

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

        public InternalServerException​(String message,
                                       Throwable throwable)
        Instantiates a new internal server failure exception.
        Parameters:
        message - the message
        throwable - the throwable
      • InternalServerException

        public InternalServerException​(Throwable throwable)
        Instantiates a new internal server failure exception.
        Parameters:
        throwable - the throwable