Class ResteasyInternalServerErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.WebApplicationException
jakarta.ws.rs.ServerErrorException
jakarta.ws.rs.InternalServerErrorException
org.jboss.resteasy.client.exception.ResteasyInternalServerErrorException
All Implemented Interfaces:
Serializable, WebApplicationExceptionWrapper<jakarta.ws.rs.InternalServerErrorException>

public class ResteasyInternalServerErrorException extends jakarta.ws.rs.InternalServerErrorException implements WebApplicationExceptionWrapper<jakarta.ws.rs.InternalServerErrorException>
Wraps a InternalServerErrorException with a sanitized response.
Author:
James R. Perkins
See Also:
  • Method Details