Package org.jboss.resteasy.core
Class ExceptionAdapter
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.resteasy.core.ExceptionAdapter
- All Implemented Interfaces:
Serializable
A ExceptionAdapter.
- Version:
- $Revision: $
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ExceptionAdapter.ExceptionAdapter(String message, Exception e) -
Method Summary
Modifier and TypeMethodDescriptionvoidFIXME Comment thisvoidFIXME Comment thisvoidFIXME Comment thisvoidrethrow()Rethrows the original exception class.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDThe serialVersionUID- See Also:
-
stackTrace
-
originalException
-
-
Constructor Details
-
ExceptionAdapter
Create a new ExceptionAdapter.- Parameters:
e-
-
ExceptionAdapter
-
-
Method Details
-
printStackTrace
public void printStackTrace()FIXME Comment this- Overrides:
printStackTracein classThrowable
-
printStackTrace
FIXME Comment this- Overrides:
printStackTracein classThrowable- Parameters:
s-
-
printStackTrace
FIXME Comment this- Overrides:
printStackTracein classThrowable- Parameters:
s-
-
rethrow
Rethrows the original exception class.- Throws:
Exception
-