Package tools.exceptions
Class TransformFailedException
Object
Throwable
Exception
TransformFailedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IntegrationFailedException
public class TransformFailedException
extends Exception
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TransformFailedException(String message)
To be thrown when the transform execution has failed -
Method Summary
-
Constructor Details
-
TransformFailedException
public TransformFailedException(String message)To be thrown when the transform execution has failed- Parameters:
message
- more information about the failed transform
-