Class InternalServerErrorException

All Implemented Interfaces:
Serializable

public class InternalServerErrorException extends LoggableFailure
Thrown by RESTEasy when HTTP Internal Service Error (500) is encountered
See Also:
  • Constructor Details

    • InternalServerErrorException

      public InternalServerErrorException(String s)
    • InternalServerErrorException

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

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

      public InternalServerErrorException(String s, Throwable throwable)
    • InternalServerErrorException

      public InternalServerErrorException(Throwable throwable)
    • InternalServerErrorException

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