com.genesyslab.omsdk.mil.exception
Class MILServiceUninitializedException

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.MILUninitializedException
                          extended bycom.genesyslab.omsdk.mil.exception.MILServiceUninitializedException
All Implemented Interfaces:
java.io.Serializable

public class MILServiceUninitializedException
extends MILUninitializedException

Exception thrown when a service initialization fails.

Since:
7.1.000.000
See Also:
Serialized Form

Constructor Summary
MILServiceUninitializedException(java.lang.String message, java.lang.Exception cause, ServiceType serviceType)
           
MILServiceUninitializedException(java.lang.String message, ServiceType serviceType)
           
 
Method Summary
 ServiceType getServiceType()
           
 
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

MILServiceUninitializedException

public MILServiceUninitializedException(java.lang.String message,
                                        ServiceType serviceType)

MILServiceUninitializedException

public MILServiceUninitializedException(java.lang.String message,
                                        java.lang.Exception cause,
                                        ServiceType serviceType)
Method Detail

getServiceType

public ServiceType getServiceType()