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:
Serializable
public class InvalidTransformException extends RuntimeException
Exception raised when a Binder transform is not valid for the current signature.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidTransformException(Exception e)
InvalidTransformException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-