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 Details

    • ServiceAlreadyActivatedException

      public ServiceAlreadyActivatedException(String message)
    • ServiceAlreadyActivatedException

      public ServiceAlreadyActivatedException(String message, Throwable exception)