com.sun.grizzly
Class TransformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.grizzly.TransformationException
- All Implemented Interfaces:
- Serializable
public class TransformationException
- extends RuntimeException
Describes the problem, occured during original message transformation.
- Author:
- Alexey Stashok
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TransformationException
public TransformationException()
TransformationException
public TransformationException(String message)
TransformationException
public TransformationException(Throwable cause)
TransformationException
public TransformationException(String message,
Throwable cause)
Copyright © 2009 SUN Microsystems. All Rights Reserved.