com.genesyslab.omsdk.mil.exception
Class MILLCAException

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.MILLCAException
All Implemented Interfaces:
java.io.Serializable

public class MILLCAException
extends MILBaseException

Exception thrown when a request to LCA fails.

Since:
7.1.000.00
See Also:
Serialized Form

Constructor Summary
MILLCAException(java.lang.String message)
           
MILLCAException(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

MILLCAException

public MILLCAException(java.lang.String message)

MILLCAException

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