Package com.envimate.httpmate.client
Class UnsupportedTargetTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.envimate.httpmate.client.UnsupportedTargetTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public final class UnsupportedTargetTypeException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Method Summary
Modifier and Type Method Description static UnsupportedTargetTypeExceptionunsupportedTargetTypeException(java.lang.Class<?> expectedType, java.lang.Class<?> actualType)
-
-
-
Method Detail
-
unsupportedTargetTypeException
public static UnsupportedTargetTypeException unsupportedTargetTypeException(java.lang.Class<?> expectedType, java.lang.Class<?> actualType)
-
-