Class SdkPlanTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- app.pivo.android.prosdk.exceptions.SdkPlanTypeException
-
- All Implemented Interfaces:
Serializable
public class SdkPlanTypeException extends Exception
This exception is thrown if sdk plan is not matched with sdk plan or missing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SdkPlanTypeException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SdkPlanTypeException
public SdkPlanTypeException(String message)
-
-