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 aServerErrorException
with a sanitized response.- Author:
- James R. Perkins
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.ServerErrorException
unwrap()
Returns the original, unwrapped, exception.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
unwrap
public jakarta.ws.rs.ServerErrorException unwrap()
Description copied from interface:WebApplicationExceptionWrapper
Returns the original, unwrapped, exception.- Specified by:
unwrap
in interfaceWebApplicationExceptionWrapper<jakarta.ws.rs.ServerErrorException>
- Returns:
- the original exception
-
-