public class TransformFailedException
extends java.lang.Exception
| Constructor and Description | 
|---|
TransformFailedException(java.lang.String message)
Constructs a  
TransformFailedException with the specified detail message. | 
TransformFailedException(java.lang.String message, java.lang.Throwable cause)
Constructs a  
TransformFailedException with the specified detail message and cause. | 
public TransformFailedException(java.lang.String message)
TransformFailedException with the specified detail message.message - The detail message.
public TransformFailedException(java.lang.String message,
                        java.lang.Throwable cause)
TransformFailedException with the specified detail message and cause.message - The detail message.cause - The cause.