Class PermissionRequestException
-
- All Implemented Interfaces:
-
java.io.Serializable
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class PermissionRequestException extends CheckoutException
Exception thrown when requested runtime permission is denied.
-
-
Constructor Summary
Constructors Constructor Description PermissionRequestException(String errorMessage)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PermissionRequestException
PermissionRequestException(String errorMessage)
-
-
-
-