Class InternalServerErrorException

    • Constructor Detail

      • InternalServerErrorException

        public InternalServerErrorException​(String s)
      • InternalServerErrorException

        public InternalServerErrorException​(String s,
                                            javax.ws.rs.core.Response response)
      • InternalServerErrorException

        public InternalServerErrorException​(String s,
                                            Throwable throwable,
                                            javax.ws.rs.core.Response response)
      • InternalServerErrorException

        public InternalServerErrorException​(String s,
                                            Throwable throwable)
      • InternalServerErrorException

        public InternalServerErrorException​(Throwable throwable)
      • InternalServerErrorException

        public InternalServerErrorException​(Throwable throwable,
                                            javax.ws.rs.core.Response response)