Exception | API reference | Android Developers
| AEADBadTagException |
This exception is thrown when a |
| AcceptPendingException |
Unchecked exception thrown when an attempt is made to initiate an accept operation on a channel and a previous accept operation has not completed. |
| AccessControlException |
This exception is thrown by the AccessController to indicate that a requested access (to a critical system resource such as the file system or the network) is denied. |
| AccessDeniedException |
Checked exception thrown when a file system operation is denied, typically due to a file permission or other access check. |
| AconfigStorageReadException |
Exception thrown when an error occurs while reading from Aconfig Storage. |
| ActivityNotFoundException |
This exception is thrown when a call to android. |
| AlreadyBoundException |
Unchecked exception thrown when an attempt is made to bind the socket a network oriented channel that is already bound. |
| AlreadyConnectedException |
Unchecked exception thrown when an attempt is made to connect a |
| AlreadyPersonalizedException |
Thrown if trying to create a credential which already exists. |
| AndroidRuntimeException |
Base class for all unchecked exceptions thrown by the Android frameworks. |
| AnnotationTypeMismatchException |
Thrown to indicate that a program has attempted to access an element of an annotation whose type has changed after the annotation was compiled (or serialized). |
| ArithmeticException |
Thrown when an exceptional arithmetic condition has occurred. |
| ArrayIndexOutOfBoundsException |
Thrown to indicate that an array has been accessed with an illegal index. |
| ArrayStoreException |
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects. |
| AsynchronousCloseException |
Checked exception received by a thread when another thread closes the channel or the part of the channel upon which it is blocked in an I/O operation. |
| AtomicMoveNotSupportedException |
Checked exception thrown when a file cannot be moved as an atomic file system operation. |
| AuthenticationRequiredException |
Specialization of |
| AuthenticatorException | |
| BackendBusyException |
Indicates a transient error that prevented a key operation from being created. |
| BackgroundServiceStartNotAllowedException |
Exception thrown when an app tries to start a background |
| BadPaddingException |
This exception is thrown when a particular padding mechanism is expected for the input data but the data is not padded properly. |
| BadParcelableException |
Exception thrown when a |
| Base64DataException |
This exception is thrown by |
| BatchUpdateException |
The subclass of |
| BindException |
Signals that an error occurred while attempting to bind a socket to a local address and port. |
| BluetoothSocketException |
Thrown when an error occurs during a Bluetooth Socket related exception. |
| BufferOverflowException |
Unchecked exception thrown when a relative put operation reaches the target buffer's limit. |
| BufferUnderflowException |
Unchecked exception thrown when a relative get operation reaches the source buffer's limit. |
| CRLException |
CRL (Certificate Revocation List) Exception. |
| CallEndpointException |
This class represents a set of exceptions that can occur when requesting a |
| CallException |
This class defines exceptions that can be thrown when using Telecom APIs with |
| CallbackException |
Exception passed to |
| CameraAccessException |
|
| CancellationException |
Exception indicating that the result of a value-producing task, such as a |
| CancelledKeyException |
Unchecked exception thrown when an attempt is made to use a selection key that is no longer valid. |
| CertPathBuilderException |
An exception indicating one of a variety of problems encountered when building a certification path with a |
| CertPathValidatorException |
An exception indicating one of a variety of problems encountered when validating a certification path. |
| CertStoreException |
An exception indicating one of a variety of problems retrieving certificates and CRLs from a |
| CertificateEncodingException |
Certificate Encoding Exception. |
| CertificateEncodingException |
Certificate Encoding Exception. |
| CertificateException |
This exception indicates one of a variety of certificate problems. |
| CertificateExpiredException |
Certificate Expired Exception. |
| CertificateExpiredException |
Certificate Expired Exception. |
| CertificateNotYetValidException |
Certificate is not yet valid exception. |
| CertificateNotYetValidException |
Certificate is not yet valid exception. |
| CertificateParsingException |
Certificate Parsing Exception. |
| CertificateParsingException |
Certificate Parsing Exception. |
| CertificateRevokedException |
An exception that indicates an X. |
| CharConversionException |
Base class for character conversion exceptions. |
| CharacterCodingException |
Checked exception thrown when a character encoding or decoding error occurs. |
| CipherSuiteNotSupportedException |
Thrown if trying to use a cipher suite which isn't supported. |
| ClassCastException |
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance. |
| ClassNotFoundException |
Thrown when an application tries to load in a class through its string name using:
|
| ClosedByInterruptException |
Checked exception received by a thread when another thread interrupts it while it is blocked in an I/O operation upon a channel. |
| ClosedChannelException |
Checked exception thrown when an attempt is made to invoke or complete an I/O operation upon channel that is closed, or at least closed to that operation. |
| ClosedDirectoryStreamException |
Unchecked exception thrown when an attempt is made to invoke an operation on a directory stream that is closed. |
| ClosedFileSystemException |
Unchecked exception thrown when an attempt is made to invoke an operation on a file and the file system is closed. |
| ClosedSelectorException |
Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a closed selector. |
| ClosedWatchServiceException |
Unchecked exception thrown when an attempt is made to invoke an operation on a watch service that is closed. |
| CompanionException |
|
| CompletionException |
Exception thrown when an error or other exception is encountered in the course of completing a result or task. |
| ConcurrentModificationException |
This exception may be thrown by methods that have detected concurrent modification of an object when such modification is not permissible. |
| ConnectException |
Signals that an error occurred while attempting to connect a socket to a remote address and port. |
| ConnectTimeoutException |
A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager. |
| ConnectionPendingException |
Unchecked exception thrown when an attempt is made to connect a |
| CursorIndexOutOfBoundsException |
An exception indicating that a cursor is out of bounds. |
| CursorWindowAllocationException |
This exception is thrown when a CursorWindow couldn't be allocated, most probably due to memory not being available. |
| DOMException |
DOM operations only raise exceptions in "exceptional" circumstances, i. |
| DataTruncation |
An exception thrown as a |
| DateTimeException |
Exception used to indicate a problem while calculating a date-time. |
| DateTimeParseException |
An exception thrown when an error occurs during parsing. |
| 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. |
| DeniedByServerException |
Exception thrown when the provisioning server or key server denies a certficate or license for a device. |
| DeviceNotAssociatedException |
An exception for a case when a given device was not android. |
| DigestException |
This is the generic Message Digest exception. |
| DirectoryIteratorException |
Runtime exception thrown if an I/O error is encountered when iterating over the entries in a directory. |
| DirectoryNotEmptyException |
Checked exception thrown when a file system operation fails because a directory is not empty. |
| DocTypeNotSupportedException |
Thrown if trying to create a credential with an unsupported document type. |
| DuplicateFormatFlagsException |
Unchecked exception thrown when duplicate flags are provided in the format specifier. |
| EOFException |
Signals that an end of file or end of stream has been reached unexpectedly during input. |
| EchConfigMismatchException |
Exception thrown when the provided ECH (Encrypted Client Hello) config does not match the server. |
| EmptyStackException |
Thrown by methods in the |
| EnumConstantNotPresentException |
Thrown when an application tries to access an enum constant by name and the enum type contains no constant with the specified name. |
| EphemeralPublicKeyNotFoundException |
Thrown if the ephemeral public key was not found in the session transcript passed to android. |
| ExemptionMechanismException |
This is the generic ExemptionMechanism exception. |
| FileAlreadyExistsException |
Checked exception thrown when an attempt is made to create a file or directory and a file of that name already exists. |
| FileLockInterruptionException |
Checked exception received by a thread when another thread interrupts it while it is waiting to acquire a file lock. |
| FileNotFoundException |
Signals that an attempt to open the file denoted by a specified pathname has failed. |
| FileSystemAlreadyExistsException |
Runtime exception thrown when an attempt is made to create a file system that already exists. |
| FileSystemException |
Thrown when a file system operation fails on one or two files. |
| FileSystemLoopException |
Checked exception thrown when a file system loop, or cycle, is encountered. |
| FileSystemNotFoundException |
Runtime exception thrown when a file system cannot be found. |
| FileUriExposedException |
The exception that may be thrown when an application exposes a |
| ForegroundServiceStartNotAllowedException |
Exception thrown when an app tries to start a foreground |
| ForegroundServiceTypeException |
Base exception thrown when an app tries to start a foreground |
| FormatFlagsConversionMismatchException |
Unchecked exception thrown when a conversion and flag are incompatible. |
| FormatterClosedException |
Unchecked exception thrown when the formatter has been closed. |
| Fragment.InstantiationException |
Thrown by |
| GLException |
An exception class for OpenGL errors. |
| HealthConnectException |
Class representing health connect exceptions. |
| HttpException |
Base exception passed to |
| HttpRetryException |
Thrown to indicate that a HTTP request needs to be retried but cannot be retried automatically, due to streaming mode being enabled. |
| ICUUncheckedIOException |
Unchecked version of |
| IkeIOException |
Wrapper for I/O exceptions encountered during IKE operations. |
| IkeInternalException |
IkeInternalException encapsulates all local implementation or resource related exceptions. |
| IkeNetworkLostException |
IkeNetworkLostException is returned to the caller via |
| IkeNonProtocolException |
IkeNonProtocolException encapsulates all implementation-specific non-protocol IKE errors. |
| IkeProtocolException |
IkeProtocolException is an abstract class that represents the common information for all IKE protocol errors. |
| IkeTimeoutException |
This exception is thrown when there is an IKE retransmission timeout. |
| IllegalAccessException |
An IllegalAccessException is thrown when an application tries to reflectively create an instance (other than an array), set or get a field, or invoke a method, but the currently executing method does not have access to the definition of the specified class, field, method or constructor. |
| IllegalArgumentException |
Thrown to indicate that a method has been passed an illegal or inappropriate argument. |
| IllegalBlockSizeException |
This exception is thrown when the length of data provided to a block cipher is incorrect, i. |
| IllegalBlockingModeException |
Unchecked exception thrown when a blocking-mode-specific operation is invoked upon a channel in the incorrect blocking mode. |
| IllegalChannelGroupException |
Unchecked exception thrown when an attempt is made to open a channel in a group that was not created by the same provider. |
| IllegalCharsetNameException |
Unchecked exception thrown when a string that is not a legal charset name is used as such. |
| IllegalFormatCodePointException |
Unchecked exception thrown when a character with an invalid Unicode code point as defined by |
| IllegalFormatConversionException |
Unchecked exception thrown when the argument corresponding to the format specifier is of an incompatible type. |
| IllegalFormatException |
Unchecked exception thrown when a format string contains an illegal syntax or a format specifier that is incompatible with the given arguments. |
| IllegalFormatFlagsException |
Unchecked exception thrown when an illegal combination flags is given. |
| IllegalFormatPrecisionException |
Unchecked exception thrown when the precision is a negative value other than |
| IllegalFormatWidthException |
Unchecked exception thrown when the format width is a negative value other than |
| IllegalMonitorStateException |
Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor. |
| IllegalSelectorException |
Unchecked exception thrown when an attempt is made to register a channel with a selector that was not created by the provider that created the channel. |
| IllegalStateException |
Signals that a method has been invoked at an illegal or inappropriate time. |
| IllegalThreadStateException |
Thrown to indicate that a thread is not in an appropriate state for the requested operation. |
| IllformedLocaleException |
Thrown by methods in |
| IllformedLocaleException |
Thrown by methods in |
| ImageDecoder.DecodeException |
Information about an interrupted decode. |
| IncompleteAnnotationException |
Thrown to indicate that a program has attempted to access an element of an annotation interface that was added to the annotation interface definition after the annotation was compiled (or serialized). |
| IndexOutOfBoundsException |
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range. |
| InfeasibleActivityOptionsException |
This exception is thrown when a call to android. |
| InflateException |
This exception is thrown by an inflater on error conditions. |
| InlineExecutionProhibitedException |
Thrown when an executor runs a submitted runnable inline in |
| InputMismatchException |
Thrown by a |
| InspectionCompanion.UninitializedPropertyMapException |
Thrown by |
| InstantiationException |
Thrown when an application tries to create an instance of a class using the |
| 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. |
| InterruptedByTimeoutException |
Checked exception received by a thread when a timeout elapses before an asynchronous operation completes. |
| InterruptedIOException |
Signals that an I/O operation has been interrupted. |
| InvalidAlgorithmParameterException |
This is the exception for invalid or inappropriate algorithm parameters. |
| InvalidClassException |
Thrown when the Serialization runtime detects one of the following problems with a Class. |
| InvalidEchDataException |
Exception thrown when the ECH (Encrypted Client Hello) data is empty or invalid. |
| InvalidForegroundServiceTypeException |
Exception thrown when an app tries to start a foreground |
| InvalidKeException |
This exception is thrown when the remote server expected a different Diffie-Hellman group. |
| InvalidKeyException |
This is the exception for invalid Keys (invalid encoding, wrong length, uninitialized, etc). |
| InvalidKeySpecException |
This is the exception for invalid key specifications. |
| InvalidMajorVersionException |
This exception is thrown when major version of an inbound message is higher than 2. |
| InvalidMarkException |
Unchecked exception thrown when an attempt is made to reset a buffer when its mark is not defined. |
| InvalidObjectException |
Indicates that one or more deserialized objects failed validation tests. |
| InvalidParameterException |
This exception, designed for use by the JCA/JCE engine classes, is thrown when an invalid parameter is passed to a method. |
| InvalidParameterSpecException |
This is the exception for invalid parameter specifications. |
| InvalidPathException |
Unchecked exception thrown when path string cannot be converted into a |
| InvalidPropertiesFormatException |
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 properties, as per the |
| InvalidReaderSignatureException |
Thrown if the reader signature is invalid, or it doesn't contain a certificate chain, or if the signature failed to validate. |
| InvalidRequestMessageException |
Thrown if message with the request doesn't satisfy the requirements documented in android. |
| InvalidSelectorsException |
This exception is thrown if the remote server received an IPsec packet with mismatched selectors. |
| InvocationTargetException |
InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor. |
| IpSecManager.ResourceUnavailableException |
Thrown to indicate that an IPsec resource is unavailable. |
| IpSecManager.SpiUnavailableException |
Thrown to indicate that a requested SPI is in use. |
| JarException |
Signals that an error of some sort has occurred while reading from or writing to a JAR file. |
| KeyCharacterMap.UnavailableException |
Thrown by |
| KeyException |
This is the basic key exception. |
| KeyExpiredException |
Indicates that a cryptographic operation failed because the employed key's validity end date is in the past. |
| KeyManagementException |
This is the general key management exception for all operations dealing with key management. |
| KeyNotYetValidException |
Indicates that a cryptographic operation failed because the employed key's validity start date is in the future. |
| KeyPermanentlyInvalidatedException |
Indicates that the key can no longer be used because it has been permanently invalidated. |
| KeyStoreException |
This is the generic KeyStore exception. |
| LSException |
Parser or write operations may throw an |
| LimitExceededException |
Indicates that the app has exceeded a limit set by the System. |
| LoginException |
This is the basic login exception. |
| MalformedInputException |
Checked exception thrown when an input byte sequence is not legal for given charset, or an input character sequence is not a legal sixteen-bit Unicode sequence. |
| MalformedJsonException |
Thrown when a reader encounters malformed JSON. |
| MalformedParameterizedTypeException |
Thrown when a semantically malformed parameterized type is encountered by a reflective method that needs to instantiate it. |
| MalformedParametersException |
Thrown when |
| MalformedURLException |
Thrown to indicate that a malformed URL has occurred. |
| MatchException |
Thrown to indicate an unexpected failure in pattern matching. |
| MediaCasException.DeniedByServerException |
Exception thrown when the provisioning server or key server denies a license for a device. |
| MediaCasException.InsufficientResourceException |
Exception thrown when an operation on a MediaCas object is attempted and hardware resources are not sufficient to allocate, due to client's lower priority. |
| MediaCasException.NotProvisionedException |
Exception thrown when an operation on a MediaCas object is attempted before it's provisioned successfully. |
| MediaCasException.ResourceBusyException |
Exception thrown when an operation on a MediaCas object is attempted and hardware resources are not available, due to being in use. |
| MediaCasException.UnsupportedCasException |
Exception thrown when an attempt is made to construct a MediaCas object using a CA_system_id that is not supported by the device |
| MediaCasStateException |
Base class for MediaCas runtime exceptions |
| MediaCodec.CodecException |
Thrown when an internal codec error occurs. |
| MediaCodec.CryptoException |
Thrown when a crypto error occurs while queueing a secure input buffer. |
| MediaCodec.IncompatibleWithBlockModelException |
Thrown when the codec is configured for block model and an incompatible API is called. |
| MediaCodec.InvalidBufferFlagsException |
Thrown when a buffer is marked with an invalid combination of flags (e.g. both |
| MediaDrm.MediaDrmStateException |
Thrown when a general failure occurs during a MediaDrm operation. |
| MediaDrm.SessionException |
|
| MediaDrmResetException |
This exception is thrown when the MediaDrm instance has become unusable due to a restart of the mediaserver process. |
| MediaParser.ParsingException |
Thrown when an error occurs while parsing a media stream. |
| MediaParser.UnrecognizedInputFormatException |
Thrown if all parser implementations provided to |
| MediaPlayer.NoDrmSchemeException |
Thrown when a DRM method is called before preparing a DRM scheme through prepareDrm(). |
| MediaPlayer.ProvisioningNetworkErrorException |
Thrown when the device requires DRM provisioning but the provisioning attempt has failed due to a network error (Internet reachability, timeout, etc.). |
| MediaPlayer.ProvisioningServerErrorException |
Thrown when the device requires DRM provisioning but the provisioning attempt has failed due to the provisioning server denying the request. |
| MessageDecryptionException |
Thrown when failing to decrypt a message from the reader device. |
| MissingForegroundServiceTypeException |
Exception thrown when an app tries to start a foreground |
| MissingFormatArgumentException |
Unchecked exception thrown when there is a format specifier which does not have a corresponding argument or if an argument index refers to an argument that does not exist. |
| MissingFormatWidthException |
Unchecked exception thrown when the format width is required. |
| MissingResourceException |
Signals that a resource is missing. |
| NegativeArraySizeException |
Thrown if an application tries to create an array with negative size. |
| NetworkErrorException | |
| NetworkException |
Exception passed to |
| NetworkOnMainThreadException |
The exception that is thrown when an application attempts to perform a networking operation on its main thread. |
| NoAuthenticationKeyAvailableException |
Thrown if no dynamic authentication keys are available. |
| NoConnectionPendingException |
Unchecked exception thrown when the |
| NoRouteToHostException |
Signals that an error occurred while attempting to connect a socket to a remote address and port. |
| NoSuchAlgorithmException |
This exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment. |
| NoSuchElementException |
Thrown by various accessor methods to indicate that the element being requested does not exist. |
| NoSuchFieldException |
Signals that the class doesn't have a field of a specified name. |
| NoSuchFileException |
Checked exception thrown when an attempt is made to access a file that does not exist. |
| NoSuchMethodException |
Thrown when a particular method cannot be found. |
| NoSuchPaddingException |
This exception is thrown when a particular padding mechanism is requested but is not available in the environment. |
| NoSuchPropertyException |
Thrown when code requests a |
| NoSuchProviderException |
This exception is thrown when a particular security provider is requested but is not available in the environment. |
| NonReadableChannelException |
Unchecked exception thrown when an attempt is made to read from a channel that was not originally opened for reading. |
| NonWritableChannelException |
Unchecked exception thrown when an attempt is made to write to a channel that was not originally opened for writing. |
| NotActiveException |
Thrown when serialization or deserialization is not active. |
| NotDirectoryException |
Checked exception thrown when a file system operation, intended for a directory, fails because the file is not a directory. |
| NotLinkException |
Checked exception thrown when a file system operation fails because a file is not a symbolic link. |
| NotProvisionedException |
Exception thrown when an operation on a MediaDrm object is attempted and the device does not have a certificate. |
| NotSerializableException |
Thrown when an instance is required to have a Serializable interface. |
| NotYetBoundException |
Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a server socket channel that is not yet bound. |
| NotYetConnectedException |
Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a socket channel that is not yet connected. |
| NullPointerException |
Thrown when an application attempts to use |
| NumberFormatException |
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format. |
| ObjectStreamException |
Superclass of all exceptions specific to Object Stream classes. |
| OperationCanceledException | |
| OperationCanceledException |
An exception type that is thrown when an operation in progress is canceled. |
| OptionalDataException |
Exception indicating the failure of an object read operation due to unread primitive data, or the end of data belonging to a serialized object in the stream. |
| OverlappingFileLockException |
Unchecked exception thrown when an attempt is made to acquire a lock on a region of a file that overlaps a region already locked by the same Java virtual machine, or when another thread is already waiting to lock an overlapping region of the same file. |
| PackageManager.NameNotFoundException |
This exception is thrown when a given package, application, or component name cannot be found. |
| ParcelFileDescriptor.FileDescriptorDetachedException |
Exception that indicates that the file descriptor was detached. |
| ParcelFormatException |
The contents of a Parcel (usually during unmarshalling) does not contain the expected data. |
| ParseException |
Thrown when parsing failed. |
| PatternSyntaxException |
Unchecked exception thrown to indicate a syntax error in a regular-expression pattern. |
| 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. |
| PortUnreachableException |
Signals that an ICMP Port Unreachable message has been received on a connected datagram. |
| PropertyMapper.PropertyConflictException |
Thrown from a map method if a property name is already mapped as different type. |
| PropertyReader.PropertyTypeMismatchException |
Thrown if a client calls a typed read method for a property of a different type. |
| ProtocolException |
Thrown to indicate that there is an error in the underlying protocol, such as a TCP error. |
| ProviderException |
A runtime exception for Provider exceptions (such as misconfiguration errors or unrecoverable internal errors), which may be subclassed by Providers to throw specialized, provider-specific runtime errors. |
| ProviderMismatchException |
Unchecked exception thrown when an attempt is made to invoke a method on an object created by one file system provider with a parameter created by a different file system provider. |
| ProviderNotFoundException |
Runtime exception thrown when a provider of the required type cannot be found. |
| QueryLocationException |
This class represents a set of exceptions that can occur when requesting a |
| QuicException |
Subclass of |
| RSDriverException |
Base class for all exceptions thrown by the Android RenderScript |
| RSIllegalArgumentException |
Base class for all exceptions thrown by the Android RenderScript |
| RSInvalidStateException |
Base class for all exceptions thrown by the Android RenderScript |
| RSRuntimeException |
Base class for all exceptions thrown by the Android RenderScript |
| ReadOnlyBufferException |
Unchecked exception thrown when a content-mutation method such as put or compact is invoked upon a read-only buffer. |
| ReadOnlyFileSystemException |
Unchecked exception thrown when an attempt is made to update an object associated with a |
| ReadPendingException |
Unchecked exception thrown when an attempt is made to read from an asynchronous socket channel and a previous read has not completed. |
| ReceiverCallNotAllowedException |
This exception is thrown from android. |
| RecoverableSecurityException |
Specialization of |
| RejectedExecutionException |
Exception thrown by an |
| RemoteException |
Parent exception for all Binder remote-invocation errors Note: not all exceptions from binder services will be subclasses of this. |
| RemoteViews.ActionException |
Exception to send when something goes wrong executing an action |
| ResourceBusyException |
Exception thrown when an operation on a MediaDrm object is attempted and hardware resources are not available, due to being in use. |
| Resources.NotFoundException |
This exception is thrown by the resource APIs when a requested resource can not be found. |
| SAXNotRecognizedException |
Exception class for an unrecognized identifier. |
| SAXNotSupportedException |
Exception class for an unsupported operation. |
| SAXParseException |
Encapsulate an XML parse error or warning. |
| SQLClientInfoException |
The subclass of |
| SQLDataException |
The subclass of |
| SQLException |
An exception that indicates there was an error with SQL parsing or execution. |
| SQLFeatureNotSupportedException |
The subclass of |
| SQLIntegrityConstraintViolationException |
The subclass of |
| SQLInvalidAuthorizationSpecException |
The subclass of |
| SQLNonTransientConnectionException |
The subclass of |
| SQLNonTransientException |
The subclass of |
| SQLRecoverableException |
The subclass of |
| SQLSyntaxErrorException |
The subclass of |
| SQLTimeoutException |
The subclass of |
| SQLTransactionRollbackException |
The subclass of |
| SQLTransientConnectionException |
The subclass of |
| SQLTransientException |
The subclass of |
| SQLWarning |
An exception that provides information on database access warnings. |
| SQLiteAbortException |
An exception that indicates that the SQLite program was aborted. |
| SQLiteAccessPermException |
This exception class is used when sqlite can't access the database file due to lack of permissions on the file. |
| SQLiteBindOrColumnIndexOutOfRangeException |
Thrown if the bind or column parameter index is out of range. |
| SQLiteBlobTooBigException | |
| SQLiteCantOpenDatabaseException | |
| SQLiteConstraintException |
An exception that indicates that an integrity constraint was violated. |
| SQLiteDatabaseCorruptException |
An exception that indicates that the SQLite database file is corrupt. |
| SQLiteDatabaseLockedException |
Thrown if the database engine was unable to acquire the database locks it needs to do its job. |
| SQLiteDatatypeMismatchException | |
| SQLiteDiskIOException |
Indicates that an IO error occurred while accessing the SQLite database file. |
| SQLiteDoneException |
An exception that indicates that the SQLite program is done. |
| SQLiteException |
A SQLite exception that indicates there was an error with SQL parsing or execution. |
| SQLiteFullException |
An exception that indicates that the SQLite database is full. |
| SQLiteMisuseException |
This error can occur if the application creates a SQLiteStatement object and allows multiple threads in the application use it at the same time. |
| SQLiteOutOfMemoryException | |
| SQLiteReadOnlyDatabaseException | |
| SQLiteTableLockedException | |
| SSLException |
Indicates some kind of error detected by an SSL subsystem. |
| SSLHandshakeException |
Indicates that the client and server could not negotiate the desired level of security. |
| SSLKeyException |
Reports a bad SSL key. |
| SSLPeerUnverifiedException |
Indicates that the peer's identity has not been verified. |
| SSLProtocolException |
Reports an error in the operation of the SSL protocol. |
| SecureKeyImportUnavailableException |
Indicates that the Keystore does not support securely importing wrapped keys. |
| SecurityException |
Thrown by the security manager to indicate a security violation. |
| ServiceStartNotAllowedException |
Exception thrown when an app tries to start a |
| SessionTranscriptMismatchException |
Thrown when trying use multiple different session transcripts in the same presentation session. |
| Settings.SettingNotFoundException | |
| ShortBufferException |
This exception is thrown when an output buffer provided by the user is too short to hold the operation result. |
| ShutdownChannelGroupException |
Unchecked exception thrown when an attempt is made to construct a channel in a group that is shutdown or the completion handler for an I/O operation cannot be invoked because the channel group has terminated. |
| SignatureException |
This is the generic Signature exception. |
| SkeletonSyntaxException |
Exception used for illegal number skeleton strings. |
| SocketException |
Thrown to indicate that there is an error creating or accessing a Socket. |
| SocketTimeoutException |
Signals that a timeout has occurred on a socket read or accept. |
| StaleDataException |
This exception is thrown when a Cursor contains stale data and must be requeried before being used again. |
| StartForegroundCalledOnStoppedServiceException |
Exception thrown when android. |
| StreamCorruptedException |
Thrown when control information that was read from an object stream violates internal consistency checks. |
| StringIndexOutOfBoundsException |
Thrown by |
| StringPrepParseException |
Exception that signals an error has occurred while parsing the input to StringPrep or IDNA. |
| StrongBoxUnavailableException |
Indicates that an operation could not be performed because the requested security hardware is not available. |
| Surface.OutOfResourcesException |
Exception thrown when a Canvas couldn't be locked with |
| SurfaceHolder.BadSurfaceTypeException |
Exception that is thrown from #lockCanvas when called on a Surface whose type is SURFACE_TYPE_PUSH_BUFFERS. |
| SyncFailedException |
Signals that a sync operation has failed. |
| SystemUpdatePolicy.ValidationFailedException |
An exception class that represents various validation errors thrown from |
| TagLostException | |
| TelephonyManager.ModemErrorException |
Exception that is supplied to the callback in |
| TelephonyManager.TimeoutException |
Exception that is supplied to the callback in |
| TimeFormatException | |
| TransactionTooLargeException |
The Binder transaction failed because it was too large. |
| TransformerConfigurationException |
Indicates a serious configuration error. |
| TypeNotPresentException |
Thrown when an application tries to access a type using a string representing the type's name, but no definition for the type with the specified name can be found. |
| UTFDataFormatException |
Signals that a malformed string in modified UTF-8 format has been read in a data input stream or by any class that implements the data input interface. |
| UncheckedIOException |
Wraps an |
| UndeclaredThrowableException |
Thrown by a method invocation on a proxy instance if its invocation handler's |
| UnknownAuthenticationKeyException |
Thrown if trying to certify an unknown dynamic authentication key. |
| UnknownFormatConversionException |
Unchecked exception thrown when an unknown conversion is given. |
| UnknownFormatFlagsException |
Unchecked exception thrown when an unknown flag is given. |
| UnknownHostException |
Thrown to indicate that the IP address of a host could not be determined. |
| UnknownServiceException |
Thrown to indicate that an unknown service exception has occurred. |
| UnmappableCharacterException |
Checked exception thrown when an input character (or byte) sequence is valid but cannot be mapped to an output byte (or character) sequence. |
| UnrecoverableEntryException |
This exception is thrown if an entry in the keystore cannot be recovered. |
| UnrecoverableKeyException |
This exception is thrown if a key in the keystore cannot be recovered. |
| UnresolvedAddressException |
Unchecked exception thrown when an attempt is made to invoke a network operation upon an unresolved socket address. |
| UnsafeStateException |
Exception thrown when a |
| UnsupportedAddressTypeException |
Unchecked exception thrown when an attempt is made to bind or connect to a socket address of a type that is not supported. |
| UnsupportedCharsetException |
Unchecked exception thrown when no support is available for a requested charset. |
| UnsupportedEncodingException |
The Character Encoding is not supported. |
| UnsupportedOperationException |
Thrown to indicate that the requested operation is not supported. |
| UnsupportedSchemeException |
Exception thrown when an attempt is made to construct a MediaDrm object using a crypto scheme UUID that is not supported by the device |
| UnsupportedTemporalTypeException |
UnsupportedTemporalTypeException indicates that a ChronoField or ChronoUnit is not supported for a Temporal class. |
| UserManager.UserOperationException |
Thrown to indicate user operation failed. |
| UserNotAuthenticatedException |
Indicates that a cryptographic operation could not be performed because the user has not been authenticated recently enough. |
| UserPresenceUnavailableException |
Indicates the condition that a proof of user-presence was requested but this proof was not presented. |
| UserPrincipalNotFoundException |
Checked exception thrown when a lookup of |
| WindowManager.BadTokenException |
Exception that is thrown when trying to add view whose |
| WindowManager.InvalidDisplayException |
Exception that is thrown when calling |
| WriteAbortedException |
Signals that one of the ObjectStreamExceptions was thrown during a write operation. |
| WritePendingException |
Unchecked exception thrown when an attempt is made to write to an asynchronous socket channel and a previous write has not completed. |
| WrongMethodTypeException |
Thrown to indicate that code has attempted to call a method handle via the wrong method type. |
| XPathExpressionException |
|
| XPathFactoryConfigurationException |
|
| XPathFunctionException |
|
| ZipException |
Signals that a Zip exception of some sort has occurred. |
| ZoneRulesException |
Thrown to indicate a problem with time-zone configuration. |