Class InternalServerErrorException

    • Constructor Detail

      • InternalServerErrorException

        public InternalServerErrorException()
        Constructs a new InternalServerErrorException.
      • InternalServerErrorException

        public InternalServerErrorException​(String message)
        Constructs a new InternalServerErrorException with the supplied message.
      • InternalServerErrorException

        public InternalServerErrorException​(String message,
                                            Throwable cause)
        Constructs a new InternalServerErrorException with the supplied message and Throwable.
      • InternalServerErrorException

        public InternalServerErrorException​(Throwable cause)
        Constructs a new InternalServerErrorException with the supplied Throwable.