com.genesyslab.omsdk.mil.exception
Class MILUnsupportedTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.genesyslab.omsdk.commons.exception.OMSDKException
com.genesyslab.omsdk.mil.exception.MILBaseException
com.genesyslab.omsdk.mil.exception.MILRequestFailedException
com.genesyslab.omsdk.mil.exception.MILUnsupportedTypeException
- All Implemented Interfaces:
- java.io.Serializable
- public class MILUnsupportedTypeException
- extends MILRequestFailedException
Exception thrown when MIL unsupports some user data provided in a Map or in a non typed-safe object.
- Since:
- 7.1.006.00
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MILUnsupportedTypeException
public MILUnsupportedTypeException(java.lang.String message,
java.lang.Class aClass)
MILUnsupportedTypeException
public MILUnsupportedTypeException(java.lang.String message,
java.lang.Exception cause,
java.lang.Class aClass)
getGivenClass
public java.lang.Class getGivenClass()
getMessage
public java.lang.String getMessage()