Class ServiceAlreadyActivatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemalto.mfs.mwsdk.internal.exception.SDKRuntimeException
com.gemalto.mfs.mwsdk.payment.exception.ServiceAlreadyActivatedException
- All Implemented Interfaces:
Serializable
public class ServiceAlreadyActivatedException
extends com.gemalto.mfs.mwsdk.internal.exception.SDKRuntimeException
This SDKRuntimeException will be thrown when an activated service is being
activated again.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceAlreadyActivatedException(String message) ServiceAlreadyActivatedException(String message, Throwable exception) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServiceAlreadyActivatedException
-
ServiceAlreadyActivatedException
-