Added in API level 1

AndroidException


open class AndroidException : Exception
CameraAccessException

CameraAccessException is thrown if a camera device could not be queried or opened by the CameraManager, or if the connection to an opened CameraDevice is no longer valid.

IntentFilter.MalformedMimeTypeException

This exception is thrown when a given MIME type does not have a valid syntax.

IntentSender.SendIntentException

Exception thrown when trying to send through a PendingIntent that has been canceled or is otherwise no longer able to execute the request.

IpSecManager.ResourceUnavailableException

Thrown to indicate that an IPsec resource is unavailable.

IpSecManager.SpiUnavailableException

Thrown to indicate that a requested SPI is in use.

PackageManager.NameNotFoundException

This exception is thrown when a given package, application, or component name cannot be found.

PendingIntent.CanceledException

Exception thrown when trying to send through a PendingIntent that has been canceled or is otherwise no longer able to execute the request.

RemoteException

Parent exception for all Binder remote-invocation errors Note: not all exceptions from binder services will be subclasses of this.

Settings.SettingNotFoundException

DeadObjectException

The object you are calling has died, because its hosting process no longer exists, or there has been a low-level binder error.

DeadSystemException

The core Android system has died and is going through a runtime restart.

TransactionTooLargeException

The Binder transaction failed because it was too large.

Base class for all checked exceptions thrown by the Android frameworks.

Summary

Public constructors

AndroidException(name: String!, cause: Throwable!)

Public constructors

AndroidException

Added in API level 1
AndroidException()

AndroidException

Added in API level 1
AndroidException(cause: Exception!)

AndroidException

Added in API level 1
AndroidException(name: String!)

AndroidException

Added in API level 11
AndroidException(
    name: String!,
    cause: Throwable!)