com.genesyslab.omsdk.mil.exception
Class MILRequestFailedException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MILIllegalMediaException, MILInteractionServerException, MILNotConnectedException, MILTimeoutException, MILUCSException, MILUnsupportedTypeException

public class MILRequestFailedException
extends MILBaseException

Exception thrown when a request fails.

For further details, see this exception's subclasses.

Since:
7.1.000.000
See Also:
Serialized Form

Constructor Summary
MILRequestFailedException(java.lang.String message)
           
MILRequestFailedException(java.lang.String message, java.lang.Exception cause)
           
 
Methods inherited from class com.genesyslab.omsdk.commons.exception.OMSDKException
getExceptionCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MILRequestFailedException

public MILRequestFailedException(java.lang.String message)

MILRequestFailedException

public MILRequestFailedException(java.lang.String message,
                                 java.lang.Exception cause)