| AccountsException |
|
| AclNotFoundException |
This is an exception that is thrown whenever a reference is made to a non-existent ACL (Access Control List).
|
| AdServicesException |
Exception thrown by AdServices.
|
| AndroidException |
Base class for all checked exceptions thrown by the Android frameworks.
|
| AppFunctionException |
App function related error.
|
| AppSearchException |
An exception thrown by android.app.appsearch.AppSearchSession or a subcomponent.
|
| BackingStoreException |
Thrown to indicate that a preferences operation could not complete because of a failure in the backing store, or a failure to contact the backing store.
|
| BrokenBarrierException |
Exception thrown when a thread tries to wait upon a barrier that is in a broken state, or which enters the broken state while the thread is waiting.
|
| CertificateException |
This exception indicates one of a variety of certificate problems.
|
| ClearCredentialStateException |
Represents an error encountered during the CredentialManager.clearCredentialState(ClearCredentialStateRequest,CancellationSignal,Executor,OutcomeReceiver) operation.
|
| CloneNotSupportedException |
Thrown to indicate that the clone method in class Object has been called to clone an object, but that the object's class does not implement the Cloneable interface.
|
| ConfirmationAlreadyPresentingException |
This exception is thrown when presenting a prompt fails because another prompt is already being presented.
|
| ConfirmationNotAvailableException |
This exception is thrown when presenting a prompt fails because the environment lacks facilities for showing confirmations.
|
| CreateCredentialException |
Represents an error encountered during the CredentialManager.createCredential(Context,CreateCredentialRequest,CancellationSignal,Executor,OutcomeReceiver) operation.
|
| DataFormatException |
Signals that a data format error has occurred.
|
| DatatypeConfigurationException |
Indicates a serious configuration error.
|
| DestroyFailedException |
Signals that a destroy operation failed.
|
| DnsResolver.DnsException |
Class to represent DNS error
|
| ErrnoException |
A checked exception thrown when Os methods fail.
|
| ExecutionException |
Exception thrown when attempting to retrieve the result of a task that aborted by throwing an exception.
|
| FormatException |
|
| GeneralSecurityException |
The GeneralSecurityException class is a generic security exception class that provides type safety for all the security-related exception classes that extend from it.
|
| GetCredentialException |
Represents an error encountered during the CredentialManager.getCredential(Context,GetCredentialRequest,CancellationSignal,Executor,OutcomeReceiver) operation.
|
| IOException |
Signals that an I/O exception of some sort has occurred.
|
| IdentityCredentialException |
Base class for all Identity Credential exceptions.
|
| IkeException |
IkeException represents a generic exception that includes internal and protocol exceptions.
|
| ImsException |
This class defines an IMS-related exception that has been thrown while interacting with a device or carrier provided ImsService implementation.
|
| InterruptedException |
Thrown when a thread is waiting, sleeping, or otherwise occupied, and the thread is interrupted, either before or during the activity.
|
| InvalidPreferencesFormatException |
Thrown to indicate that an operation could not complete because the input did not conform to the appropriate XML document type for a collection of preferences, as per the Preferences specification.
|
| IsolatedServiceException |
A class that an IsolatedService can use to signal a failure in handling a request and return an error to be logged and aggregated.
|
| JSONException |
Thrown to indicate a problem with the JSON API.
|
| KeyChainException |
Thrown on problems accessing the KeyChain.
|
| KeyStoreException |
Exception containing information about the failure at the Keystore / KeyMint layer while generating or using a key.
|
| LambdaConversionException |
LambdaConversionException
|
| LastOwnerException |
This is an exception that is thrown whenever an attempt is made to delete the last owner of an Access Control List.
|
| LoadSdkException |
Exception thrown by SdkSandboxManager.loadSdk
|
| MediaCasException |
Base class for MediaCas exceptions
|
| MediaCryptoException |
Exception thrown if MediaCrypto object could not be instantiated or if unable to perform an operation on the MediaCrypto object.
|
| MediaDrmException |
Base class for MediaDrm exceptions
|
| MigrationException |
Exception thrown when a migration request fails.
|
| NotOwnerException |
This is an exception that is thrown whenever the modification of an object (such as an Access Control List) is only allowed to be done by an owner of the object, but the Principal attempting the modification is not an owner.
|
| OnDevicePersonalizationException |
Exception thrown by OnDevicePersonalization APIs.
|
| OperationApplicationException |
Thrown when an application of a ContentProviderOperation fails due the specified constraints.
|
| ParseException |
Signals that an error has been reached unexpectedly while parsing.
|
| ParserConfigurationException |
Indicates a serious configuration error.
|
| PrivilegedActionException |
Legacy security code; do not use.
|
| ReflectiveOperationException |
Common superclass of exceptions thrown by reflective operations in core reflection.
|
| RequestSurfacePackageException |
Exception thrown by SdkSandboxManager.requestSurfacePackage
|
| RuntimeException |
RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
|
| SAXException |
Encapsulate a general SAX error or warning.
|
| SQLException |
An exception that provides information on a database access error or other errors.
|
| SigningInfoException |
Indicates an error when verifying the app signing information.
|
| SipException |
Indicates a general SIP-related exception.
|
| StringConcatException |
StringConcatException is thrown by StringConcatFactory when linkage invariants are violated.
|
| SurfaceTexture.OutOfResourcesException |
Exception thrown when a SurfaceTexture couldn't be created or resized.
|
| TelephonyManager.CallComposerException |
Exception that may be supplied to the callback in #uploadCallComposerPicture if something goes awry.
|
| TelephonyManager.NetworkSlicingException |
Exception that may be supplied to the callback in getNetworkSlicingConfiguration if something goes awry.
|
| TimeoutException |
Exception thrown when a blocking operation times out.
|
| TooManyListenersException |
The TooManyListenersException Exception is used as part of the Java Event model to annotate and implement a unicast special case of a multicast Event Source.
|
| TransformerException |
This class specifies an exceptional condition that occurred during the transformation process.
|
| URISyntaxException |
Checked exception thrown to indicate that a string could not be parsed as a URI reference.
|
| UnsupportedCallbackException |
Signals that a CallbackHandler does not recognize a particular Callback.
|
| XPathException |
XPathException represents a generic XPath exception.
|
| XmlPullParserException |
This exception is thrown to signal XML Pull Parser related faults.
|