Class SDKAlreadyInitializedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.netcetera.threeds.sdk.api.exceptions.SDKAlreadyInitializedException
- All Implemented Interfaces:
Serializable
The SDKAlreadyInitializedException class shall represent an exception that
is thrown if the 3DS SDK instance has already been initialized.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSDKAlreadyInitializedException(String message) SDKAlreadyInitializedException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString