com.genesyslab.omsdk.mil.exception
Class MILUnsupportedTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.genesyslab.omsdk.commons.exception.OMSDKException
              extended bycom.genesyslab.omsdk.mil.exception.MILBaseException
                  extended bycom.genesyslab.omsdk.mil.exception.MILRequestFailedException
                      extended bycom.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

Constructor Summary
MILUnsupportedTypeException(java.lang.String message, java.lang.Class aClass)
           
MILUnsupportedTypeException(java.lang.String message, java.lang.Exception cause, java.lang.Class aClass)
           
 
Method Summary
 java.lang.Class getGivenClass()
           
 java.lang.String getMessage()
           
 
Methods inherited from class com.genesyslab.omsdk.commons.exception.OMSDKException
getExceptionCause
 
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
 

Constructor Detail

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)
Method Detail

getGivenClass

public java.lang.Class getGivenClass()

getMessage

public java.lang.String getMessage()