Class ResteasyServerErrorException

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

public class ResteasyServerErrorException extends jakarta.ws.rs.ServerErrorException implements WebApplicationExceptionWrapper<jakarta.ws.rs.ServerErrorException>
Wraps a ServerErrorException with a sanitized response.
Author:
James R. Perkins
See Also: