| AccessControlException | AccessControlExceptionis thrown if the access control infrastructure denies protected access due to missing permissions. | 
 
              
              | AlreadyConnectedException | An AlreadyConnectedExceptionis thrown when an attempt is made to connect a SocketChannel that is already connected. | 
 
              
              | ArrayIndexOutOfBoundsException | Thrown when the an array is indexed with a value less than zero, or greater than or equal to the size of the array. | 
 
              
              | BadParcelableException | The object you are calling has died, because its hosting process no longer exists. | 
 
              
              | CancellationException | Exception indicating that the result of a value-producing task, such as a FutureTask, cannot be retrieved because the task was cancelled. | 
 
              
              | CancelledKeyException | A CancelledKeyExceptionis thrown when an invalid selection key is used. | 
 
              
              | ClosedSelectorException | A ClosedSelectorExceptionis thrown when aselectoris closed and an I/O operation is attempted. | 
 
              
              | ConnectionPendingException | A ConnectionPendingExceptionis thrown when an attempt is made to connect aSocketChannelthat has a non-blocking connection already underway. | 
 
              
              | CursorIndexOutOfBoundsException | An exception indicating that a cursor is out of bounds. | 
 
              
              | DuplicateFormatFlagsException | The unchecked exception will be thrown out if there are duplicate flags given out in the format specifier. | 
 
              
              | FormatFlagsConversionMismatchException | A FormatFlagsConversionMismatchExceptionwill be thrown if a conversion and the flags are incompatible. | 
 
              
              | FormatterClosedException | A FormatterClosedExceptionwill be thrown if the formatter has been closed. | 
 
              
              | Fragment.InstantiationException | Thrown by instantiate(Context, String, Bundle)when there is an instantiation failure. | 
 
              
              | IllegalBlockingModeException | An IllegalBlockingModeExceptionis thrown when an operation that requires a specific blocking mode is invoked on a channel that is in a different blocking mode. | 
 
              
              | IllegalCharsetNameException | An IllegalCharsetNameExceptionis thrown when an illegal charset name is encountered. | 
 
              
              | IllegalFormatCodePointException | An IllegalFormatCodePointExceptionwill be thrown if an invalid Unicode code point (defined byisValidCodePoint(int)) is passed as a parameter to a Formatter. | 
 
              
              | IllegalFormatConversionException | An IllegalFormatConversionExceptionwill be thrown when the parameter is incompatible with the corresponding format specifier. | 
 
              
              | IllegalFormatException | An IllegalFormatExceptionis thrown when a format string that contains either an illegal syntax or format specifier is transferred as a parameter. | 
 
              
              | IllegalFormatFlagsException | An IllegalFormatFlagsExceptionwill be thrown if the combination of the format flags is illegal. | 
 
              
              | IllegalFormatPrecisionException | An IllegalFormatPrecisionExceptionwill be thrown if the precision is a negative other than -1 or in other cases where precision is not supported. | 
 
              
              | IllegalFormatWidthException | An IllegalFormatWidthExceptionwill be thrown if the width is a negative value other than -1 or in other cases where a width is not supported. | 
 
              
              | IllegalSelectorException | An IllegalSelectorExceptionis thrown when a call is made to register a channel on a selector that has been created by a different provider. | 
 
              
              | IllegalThreadStateException | Thrown when an operation is attempted which is not possible given the state that the executing thread is in. | 
 
              
              | InputMismatchException | An InputMismatchExceptionis thrown by a scanner to indicate that the next token does not match or is out of range for the type specified in the pattern. | 
 
              
              | InvalidMarkException | An InvalidMarkExceptionis thrown whenreset()is called on a buffer, but no mark has been set previously. | 
 
              
              | InvalidParameterException | InvalidParameterExceptionindicates exceptional conditions, caused by invalid parameters. | 
 
              
              | KeyCharacterMap.UnavailableException | Thrown by load(int)when a key character map could not be loaded. | 
 
              
              | MissingFormatArgumentException | A MissingFormatArgumentExceptionwill be thrown if there is no corresponding argument with the specified conversion or an argument index that refers to a missing argument. | 
 
              
              | MissingFormatWidthException | A MissingFormatWidthExceptionwill be thrown if the format width is missing but is required. | 
 
              
              | NoConnectionPendingException | A NoConnectionPendingExceptionis thrown ifSocketChannel'sfinishConnectmethod is called before theSocketChannel'sconnect(java.net.SocketAddress)connect} method completed without error. | 
 
              
              | NonReadableChannelException | A NonReadableChannelExceptionis thrown when attempting to read from a channel that is not open for reading. | 
 
              
              | NonWritableChannelException | A NonWritableChannelExceptionis thrown when attempting to write to a channel that is not open for writing. | 
 
              
              | NotYetBoundException | A NotYetBoundExceptionis thrown if the server socket channel is not bound before an I/O operation is made. | 
 
              
              | NotYetConnectedException | A NotYetConnectedExceptionis thrown if the socket channel is not connected before an I/O operation is invoked. | 
 
              
              | NumberFormatException | Thrown when an invalid value is passed to a string-to-number conversion method. | 
 
              
              | OverlappingFileLockException | An OverlappingFileLockExceptionis thrown when attempting to acquire a lock that overlaps an existing or pending lock held by this process. | 
 
              
              | PatternSyntaxException | Encapsulates a syntax error that occurred during the compilation of a Pattern. | 
 
              
              | 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 | 
 
              
              | ReadOnlyBufferException | A ReadOnlyBufferExceptionis thrown when some write operation is called on a read-only buffer. | 
 
              
              | ReceiverCallNotAllowedException | This exception is thrown from registerReceiver(BroadcastReceiver, IntentFilter)andbindService(Intent, ServiceConnection, int)when these methods are being used from anBroadcastReceivercomponent. | 
 
              
              | 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 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 | An exception that indicates that an IO error occured 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 |  | 
 
              
              | StringIndexOutOfBoundsException | Thrown when the a string is indexed with a value less than zero, or greater than or equal to the size of the array. | 
 
              
              | UnknownFormatConversionException | An UnknownFormatConversionExceptionwill be thrown if the format conversion is unknown. | 
 
              
              | UnknownFormatFlagsException | An UnknownFormatFlagsExceptionwill be thrown if there is an unknown flag. | 
 
              
              | UnresolvedAddressException | An UnresolvedAddressExceptionis thrown when trying to use an unresolved network address in a network operation. | 
 
              
              | UnsupportedAddressTypeException | An UnsupportedAddressTypeExceptionis thrown when connecting or binding to an unsupported address type. | 
 
              
              | UnsupportedCharsetException | An UnsupportedCharsetExceptionis thrown when an unsupported charset name is encountered. |