Package com.headius.invokebinder
Class InvalidTransformException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.headius.invokebinder.InvalidTransformException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidTransformException extends java.lang.RuntimeException
Exception raised when a Binder transform is not valid for the current signature.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidTransformException(java.lang.Exception e)
InvalidTransformException(java.lang.String message)
-