Class ResteasyInternalServerErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.ws.rs.WebApplicationException
-
- javax.ws.rs.ServerErrorException
-
- javax.ws.rs.InternalServerErrorException
-
- org.jboss.resteasy.client.exception.ResteasyInternalServerErrorException
-
- All Implemented Interfaces:
Serializable
,WebApplicationExceptionWrapper<javax.ws.rs.InternalServerErrorException>
public class ResteasyInternalServerErrorException extends javax.ws.rs.InternalServerErrorException implements WebApplicationExceptionWrapper<javax.ws.rs.InternalServerErrorException>
Wraps aInternalServerErrorException
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 javax.ws.rs.InternalServerErrorException
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 javax.ws.rs.InternalServerErrorException unwrap()
Description copied from interface:WebApplicationExceptionWrapper
Returns the original, unwrapped, exception.- Specified by:
unwrap
in interfaceWebApplicationExceptionWrapper<javax.ws.rs.InternalServerErrorException>
- Returns:
- the original exception
-
-