com.genesyslab.omsdk.mil.exception
Class MILUnsupportedOperationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.genesyslab.omsdk.commons.exception.OMSDKRuntimeException
                  extended bycom.genesyslab.omsdk.mil.exception.MILRuntimeException
                      extended bycom.genesyslab.omsdk.mil.exception.MILUnsupportedOperationException
All Implemented Interfaces:
java.io.Serializable

public class MILUnsupportedOperationException
extends MILRuntimeException

Exception thrown when attempting an unsupported operation.

Since:
7.1.000.00
See Also:
Serialized Form

Constructor Summary
MILUnsupportedOperationException(java.lang.String message)
           
MILUnsupportedOperationException(java.lang.String message, java.lang.Exception cause)
           
 
Methods inherited from class com.genesyslab.omsdk.commons.exception.OMSDKRuntimeException
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

MILUnsupportedOperationException

public MILUnsupportedOperationException(java.lang.String message)

MILUnsupportedOperationException

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