com.genesyslab.omsdk.mil.exception
Class MILUCSException
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.MILUCSException
- All Implemented Interfaces:
- java.io.Serializable
- public class MILUCSException
- extends MILRequestFailedException
Exception thrown when a request to UCS fails.
- Since:
- 7.1.000.00
- See Also:
- Serialized Form
| 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 |
MILUCSException
public MILUCSException(java.lang.String message)
MILUCSException
public MILUCSException(java.lang.String message,
java.lang.Exception cause)
MILUCSException
public MILUCSException(java.lang.String message,
int code)
MILUCSException
public MILUCSException(java.lang.String message,
java.lang.Exception cause,
int code)