Class PackageNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
app.pivo.android.prosdk.exceptions.PackageNameException
- All Implemented Interfaces:
Serializable
public class PackageNameException extends Exception
This exception is thrown if the package name of the application and license file package names are different.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PackageNameException(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 Details
-
PackageNameException
-