Package org.glassfish.grizzly
Class TransformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.grizzly.TransformationException
- All Implemented Interfaces:
Serializable
Describes the problem, occured during original message transformation.
- Author:
- Alexey Stashok
- See Also:
-
Constructor Summary
ConstructorDescriptionTransformationException
(String message) TransformationException
(String message, Throwable cause) TransformationException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransformationException
public TransformationException() -
TransformationException
-
TransformationException
-
TransformationException
-