com.genesyslab.omsdk.commons.exception
Class InitializationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.genesyslab.omsdk.commons.exception.OMSDKException
              extended bycom.genesyslab.omsdk.commons.exception.InitializationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
QILLoginFailedException

public class InitializationException
extends OMSDKException

Exception thrown when the OMSDKConnector's initialization fails.

For further details, see this exception's subclasses.

Since:
7.1.008.00
See Also:
Serialized Form

Constructor Summary
InitializationException(java.lang.String message)
          Constructs the exception with given message
InitializationException(java.lang.String message, java.lang.Exception cause)
          Construncts the exception with given message and caused by another exception
 
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

InitializationException

public InitializationException(java.lang.String message)
Constructs the exception with given message

Parameters:
message - the message string

InitializationException

public InitializationException(java.lang.String message,
                               java.lang.Exception cause)
Construncts the exception with given message and caused by another exception

Parameters:
message - the message string
cause - the cause exception