Class LicenseNotProvidedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- app.pivo.android.prosdk.exceptions.LicenseNotProvidedException
-
- All Implemented Interfaces:
Serializable
public class LicenseNotProvidedException extends Exception
This exception occurs if the license is not provided.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenseNotProvidedException(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
-
LicenseNotProvidedException
public LicenseNotProvidedException(String message)
-
-