Uses of Class
java.lang.Throwable
| Package | Description |
|---|---|
| com.squareup.okhttp | |
| dalvik.system | |
| java.io | |
| java.lang | |
| java.lang.annotation | |
| java.lang.reflect | |
| java.net | |
| java.nio | |
| java.nio.channels | |
| java.nio.charset | |
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| java.security.acl |
This package provides the classes and the interfaces needed to build Access Control Lists.
|
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
| java.security.spec |
This package provides the classes and interfaces needed to specify keys and parameters for
encryption and signing algorithms.
|
| java.sql | |
| java.text | |
| java.util | |
| java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
| java.util.jar | |
| java.util.logging | |
| java.util.prefs | |
| java.util.regex | |
| java.util.zip | |
| javax.crypto |
This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or
key agreement.
|
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| javax.security.auth | |
| javax.security.auth.callback |
This package provides classes and interfaces needed to interact with the
application in order to execute the authentication and authorization
processes.
|
| javax.security.auth.login |
This package provides a pluggable and stackable authentication system based on
ideas and concepts from the Unix-PAM module.
|
| javax.security.cert |
This package is provided only for compatibility reasons.
|
| javax.xml.datatype | |
| javax.xml.parsers | |
| javax.xml.transform | |
| javax.xml.xpath | |
| libcore.icu | |
| libcore.io | |
| libcore.net | |
| libcore.reflect | |
| libcore.util | |
| org.apache.commons.codec |
A small set of interfaces used by
the various implementations in the sub-packages.
|
| org.apache.commons.logging |
Simple wrapper API around multiple logging APIs.
|
| org.apache.commons.logging.impl |
Concrete implementations of commons-logging wrapper APIs.
|
| org.apache.harmony.security.asn1 | |
| org.apache.http |
The core interfaces and classes of the HTTP components.
|
| org.apache.http.auth |
The API for client-side HTTP authentication against a server,
commonly referred to as HttpAuth.
|
| org.apache.http.client |
The API for client-side HTTP communication and
entry point to the HttpClient module.
|
| org.apache.http.conn |
The client-side connection management and handling API
at the heart of what is referred to as HttpConn.
|
| org.apache.http.cookie |
The API for client-side state management via cookies,
commonly referred to as HttpCookie.
|
| org.apache.http.impl.auth | |
| org.apache.http.impl.client | |
| org.apache.http.impl.conn | |
| org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
| org.apache.http.impl.cookie | |
| org.apache.http.util |
Mostly utility classes with static helper methods for various purposes.
|
| org.apache.xml.dtm | |
| org.apache.xml.dtm.ref | |
| org.apache.xml.serializer.utils | |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| org.apache.xpath.domapi | |
| org.apache.xpath.functions |
Implements XPath functions -- each function is derived from Function,
FunctionOneArg, Function2Args, etc, with number-of-arguments checking being
applied mainly at compile time -- this package only implements XPath functions,
XSLT functions are found in the "templates" package.
|
| org.bouncycastle.asn1 | |
| org.bouncycastle.cert | |
| org.bouncycastle.cms | |
| org.bouncycastle.crypto | |
| org.bouncycastle.crypto.digests | |
| org.bouncycastle.jcajce.provider.asymmetric.util | |
| org.bouncycastle.jce.exception | |
| org.bouncycastle.jce.provider | |
| org.bouncycastle.operator | |
| org.bouncycastle.util | |
| org.bouncycastle.util.encoders | |
| org.bouncycastle.util.io | |
| org.bouncycastle.util.io.pem | |
| org.bouncycastle.x509 | |
| org.conscrypt | |
| org.conscrypt.util | |
| org.json | |
| org.robovm.rt.bro | |
| org.w3c.dom | |
| org.w3c.dom.ls | |
| org.xml.sax | |
| org.xmlpull.v1 | |
| SQLite |
-
Uses of Throwable in com.squareup.okhttp
Methods in com.squareup.okhttp that return Throwable Modifier and Type Method Description ThrowableFailure. exception()Methods in com.squareup.okhttp with parameters of type Throwable Modifier and Type Method Description Failure.BuilderFailure.Builder. exception(Throwable exception) -
Uses of Throwable in dalvik.system
Subclasses of Throwable in dalvik.system Modifier and Type Class Description static classBlockGuard.BlockGuardPolicyExceptionMethods in dalvik.system with parameters of type Throwable Modifier and Type Method Description voidCloseGuard.Reporter. report(String message, Throwable allocationSite) -
Uses of Throwable in java.io
Subclasses of Throwable in java.io Modifier and Type Class Description classCharConversionExceptionThe top level class for character conversion exceptions.classEOFExceptionThrown when a program encounters the end of a file or stream during an input operation.classFileNotFoundExceptionThrown when a file specified by a program cannot be found.classInterruptedIOExceptionSignals that a blocking I/O operation has been interrupted.classInvalidClassExceptionSignals a problem during the serialization or or deserialization of an object.classInvalidObjectExceptionSignals that, during deserialization, the validation of an object has failed.classIOErrorThis error is thrown when a severe I/O error has happened.classIOExceptionSignals a general, I/O-related error.classNotActiveExceptionSignals that a serialization-related method has been invoked in the wrong place.classNotSerializableExceptionSignals that an object that is not serializable has been passed into theObjectOutput.writeObject()method.classObjectStreamExceptionSignals some sort of problem during either serialization or deserialization of objects.classOptionalDataExceptionSignals that theObjectInputStreamclass encountered a primitive type (int,charetc.) instead of an object instance in the input stream.classStreamCorruptedExceptionSignals that theObjectInputStream.readObject()method could not read an object due to missing information (for example, a cyclic reference that doesn't match a previous instance, or a missing class descriptor for the object to be loaded).classSyncFailedExceptionSignals that theFileDescriptor.sync()method has failed to complete.classUnsupportedEncodingExceptionThrown when a program asks for a particular character converter that is unavailable.classUTFDataFormatExceptionSignals that an incorrectly encoded UTF-8 string has been encountered, most likely while reading someDataInputStream.classWriteAbortedExceptionSignals that theObjectInputStream.readObject()method has detected an exception marker in the input stream.Methods in java.io that return Throwable Modifier and Type Method Description ThrowableWriteAbortedException. getCause()Gets the cause of this exception ornullif there is no cause.Methods in java.io that throw Throwable Modifier and Type Method Description protected voidRandomAccessFile. finalize()Constructors in java.io with parameters of type Throwable Constructor Description InterruptedIOException(String detailMessage, Throwable cause)Constructs a new instance with given detail message and cause.IOError(Throwable cause)Constructs a new instance with its cause filled in.IOException(String message, Throwable cause)Constructs a new instance of this class with detail message and cause filled in.IOException(Throwable cause)Constructs a new instance of this class with its detail cause filled in. -
Uses of Throwable in java.lang
Subclasses of Throwable in java.lang Modifier and Type Class Description classAbstractMethodErrorThrown by the VM when an abstract method is called.classArithmeticExceptionThrown when the an invalid arithmetic operation is attempted.classArrayIndexOutOfBoundsExceptionThrown when the an array is indexed with a value less than zero, or greater than or equal to the size of the array.classArrayStoreExceptionThrown when a program attempts to store an element of an incompatible type in an array.classAssertionErrorThrown when an assertion has failed.classClassCastExceptionThrown when a program attempts to cast a an object to a type with which it is not compatible.classClassCircularityErrorThrown when the VM notices that an attempt is made to load a class which would directly or indirectly inherit from one of its subclasses.classClassFormatErrorThrown by a class loader when a class file has an illegal format or if the data that it contains can not be interpreted as a class.classClassNotFoundExceptionThrown when a class loader is unable to find a class.classCloneNotSupportedExceptionThrown when a program attempts to clone an object which does not support theCloneableinterface.classEnumConstantNotPresentExceptionThrown if anenumconstant does not exist for a particular name.classErrorErroris the superclass of all classes that represent unrecoverable errors.classExceptionExceptionis the superclass of all classes that represent recoverable exceptions.classExceptionInInitializerErrorThrown when an exception occurs during class initialization.classIllegalAccessErrorThrown when the VM notices that a program tries access a field which is not accessible from where it is referenced.classIllegalAccessExceptionThrown when a program attempts to access a field or method which is not accessible from the location where the reference is made.classIllegalArgumentExceptionThrown when a method is invoked with an argument which it can not reasonably deal with.classIllegalMonitorStateExceptionThrown when a monitor operation is attempted when the monitor is not in the correct state, for example when a thread attempts to exit a monitor which it does not own.classIllegalStateExceptionThrown when an action is attempted at a time when the VM is not in the correct state.classIllegalThreadStateExceptionThrown when an operation is attempted which is not possible given the state that the executing thread is in.classIncompatibleClassChangeErrorIncompatibleClassChangeErroris the superclass of all classes which represent errors that occur when inconsistent class files are loaded into the same running image.classIndexOutOfBoundsExceptionThrown when a program attempts to access a value in an indexable collection using a value which is outside of the range of valid indices.classInstantiationErrorThrown when the VM notices that a program tries to create a new instance of a class which has no visible constructors from the location wherenewis invoked.classInstantiationExceptionThrown when a program attempts to access a constructor which is not accessible from the location where the reference is made.classInternalErrorThrown when the VM notices that it has gotten into an undefined state.classInterruptedExceptionThrown when a waiting thread is activated before the condition it was waiting for has been satisfied.classLinkageErrorLinkageErroris the superclass of all error classes that occur when loading and linking class files.classNegativeArraySizeExceptionThrown when an attempt is made to create an array with a size of less than zero.classNoClassDefFoundErrorThrown when the VM is unable to locate a class which it has been asked to load.classNoSuchFieldErrorThrown when the VM notices that a program tries to reference, on a class or object, a field that does not exist.classNoSuchFieldExceptionThrown when the VM notices that a program tries to reference, on a class or object, a field that does not exist.classNoSuchMethodErrorThrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist.classNoSuchMethodExceptionThrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist.classNullPointerExceptionThrown when a program tries to access a field or method of an object or an element of an array when there is no instance or array to use, that is if the object or array points tonull.classNumberFormatExceptionThrown when an invalid value is passed to a string-to-number conversion method.classOutOfMemoryErrorThrown when a request for memory is made that can not be satisfied using the available platform resources.classReflectiveOperationExceptionSuperclass of exceptions related to reflection.classRuntimeExceptionRuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.classSecurityExceptionThrown when a security manager check fails.classStackOverflowErrorThrown when the depth of the stack of the running program exceeds some platform or VM specific limit.classStringIndexOutOfBoundsExceptionThrown when the a string is indexed with a value less than zero, or greater than or equal to the size of the array.classThreadDeathThreadDeath is thrown when a thread stops executing.classTypeNotPresentExceptionThrown when a program tries to access a class, interface, enum or annotation type through a string that contains the type's name and the type cannot be found.classUnknownErrorThrown when the VM must throw an error which does not match any known exceptional condition.classUnsatisfiedLinkErrorThrown when an attempt is made to invoke a native for which an implementation could not be found.classUnsupportedClassVersionErrorThrown when an attempt is made to load a class with a format version that is not supported by the VM.classUnsupportedOperationExceptionThrown when an unsupported operation is attempted.classVerifyErrorThrown when the VM notices that an attempt is made to load a class which does not pass the class verification phase.classVirtualMachineErrorVirtualMachineErroris the superclass of all error classes that occur during the operation of the VM.Methods in java.lang that return Throwable Modifier and Type Method Description ThrowableThrowable. fillInStackTrace()Records the stack trace from the point where this method has been called to thisThrowable.ThrowableClassNotFoundException. getCause()Returns the cause of this Throwable, ornullif there is no cause.ThrowableExceptionInInitializerError. getCause()Returns the cause of this error, ornullif there is no cause.ThrowableThrowable. getCause()Returns the cause of thisThrowable, ornullif there is no cause.ThrowableClassNotFoundException. getException()Returns the exception which occurred when loading the class.ThrowableExceptionInInitializerError. getException()Returns the exception that is the cause of this error.Throwable[]Throwable. getSuppressed()Returns the throwables suppressed by this.ThrowableThrowable. initCause(Throwable throwable)Initializes the cause of thisThrowable.Methods in java.lang with parameters of type Throwable Modifier and Type Method Description voidThrowable. addSuppressed(Throwable throwable)Addsthrowableto the list of throwables suppressed by this.ThrowableThrowable. initCause(Throwable throwable)Initializes the cause of thisThrowable.static voidSystem. logE(String message, Throwable th)static voidSystem. logI(String message, Throwable th)static voidSystem. logW(String message, Throwable th)voidThread. stop(Throwable throwable)Deprecated.Stopping a thread in this manner is unsafe and can leave your application and the VM in an unpredictable state.voidThread.UncaughtExceptionHandler. uncaughtException(Thread thread, Throwable ex)The thread is being terminated by an uncaught exception.voidThreadGroup. uncaughtException(Thread t, Throwable e)Handles uncaught exceptions.Methods in java.lang that throw Throwable Modifier and Type Method Description protected voidObject. finalize()Invoked when the garbage collector has detected that this instance is no longer reachable.Constructors in java.lang with parameters of type Throwable Constructor Description AssertionError(String detailMessage, Throwable cause)Constructs a newAssertionErrorwith the given detail message and cause.ClassNotFoundException(String detailMessage, Throwable exception)Constructs a newClassNotFoundExceptionwith the current stack trace, the specified detail message and the exception that occurred when loading the class.Error(String detailMessage, Throwable throwable)Constructs a newErrorwith the current stack trace, the specified detail message and the specified cause.Error(Throwable throwable)Constructs a newErrorwith the current stack trace and the specified cause.Exception(String detailMessage, Throwable throwable)Constructs a newExceptionwith the current stack trace, the specified detail message and the specified cause.Exception(Throwable throwable)Constructs a newExceptionwith the current stack trace and the specified cause.ExceptionInInitializerError(Throwable exception)Constructs a newExceptionInInitializerErrorwith the current stack trace and the specified cause.IllegalArgumentException(String message, Throwable cause)Constructs a newIllegalArgumentExceptionwith the current stack trace, the specified detail message and the specified cause.IllegalArgumentException(Throwable cause)Constructs a newIllegalArgumentExceptionwith the current stack trace and the specified cause.IllegalStateException(String message, Throwable cause)Constructs a newIllegalStateExceptionwith the current stack trace, the specified detail message and the specified cause.IllegalStateException(Throwable cause)Constructs a newIllegalStateExceptionwith the current stack trace and the specified cause.LinkageError(String detailMessage, Throwable cause)Constructs a newLinkageErrorwith the given detail message and cause.ReflectiveOperationException(String message, Throwable cause)Constructs a new exception with the given detail message and cause.ReflectiveOperationException(Throwable cause)Constructs a new exception with the given cause.RuntimeException(String detailMessage, Throwable throwable)Constructs a newRuntimeExceptionwith the current stack trace, the specified detail message and the specified cause.RuntimeException(Throwable throwable)Constructs a newRuntimeExceptionwith the current stack trace and the specified cause.SecurityException(String message, Throwable cause)Constructs a newSecurityExceptionwith the current stack trace, the specified detail message and the specified cause.SecurityException(Throwable cause)Constructs a newSecurityExceptionwith the current stack trace and the specified cause.Throwable(String detailMessage, Throwable cause)Constructs a newThrowablewith the current stack trace, the given detail message and cause.Throwable(String detailMessage, Throwable cause, boolean enableSuppression, boolean writableStackTrace)Constructs a newThrowablewith the current stack trace, the specified detail message and the specified cause.Throwable(Throwable cause)Constructs a newThrowablewith the current stack trace and the given cause.TypeNotPresentException(String typeName, Throwable cause)Constructs a newTypeNotPresentExceptionwith the current stack trace, a detail message that includes the name of the type that could not be found and theThrowablethat caused this exception.UnsupportedOperationException(String message, Throwable cause)Constructs a newUnsupportedOperationExceptionwith the current stack trace, the specified detail message and the specified cause.UnsupportedOperationException(Throwable cause)Constructs a newUnsupportedOperationExceptionwith the current stack trace and the specified cause. -
Uses of Throwable in java.lang.annotation
Subclasses of Throwable in java.lang.annotation Modifier and Type Class Description classAnnotationFormatErrorIndicates that an annotation in the binary representation of a class is syntactically incorrect and the annotation parser is unable to process it.classAnnotationTypeMismatchExceptionIndicates that an annotation type has changed since it was compiled or serialized.classIncompleteAnnotationExceptionIndicates that an element of an annotation type was accessed that was added after the type was compiled or serialized.Constructors in java.lang.annotation with parameters of type Throwable Constructor Description AnnotationFormatError(String message, Throwable cause)Constructs an instance with a message and a cause.AnnotationFormatError(Throwable cause)Constructs an instance with a cause. -
Uses of Throwable in java.lang.reflect
Subclasses of Throwable in java.lang.reflect Modifier and Type Class Description classGenericSignatureFormatErrorIndicates that a malformed signature has been encountered via a reflective method.classInvocationTargetExceptionThis class provides a wrapper for an exception thrown by aMethodorConstructorinvocation.classMalformedParameterizedTypeExceptionIndicates that a malformed parameterized type has been encountered by a reflective method.classUndeclaredThrowableExceptionThis class provides a wrapper for an undeclared, checked exception thrown by an InvocationHandler.Methods in java.lang.reflect that return Throwable Modifier and Type Method Description ThrowableInvocationTargetException. getCause()Returns the cause of this exception, which may benull.ThrowableUndeclaredThrowableException. getCause()Returns the undeclared, checked exception that occurred, which may benull.ThrowableInvocationTargetException. getTargetException()Returns the target exception, which may benull.ThrowableUndeclaredThrowableException. getUndeclaredThrowable()Returns the undeclared, checked exception that occurred, which may benull.Methods in java.lang.reflect that throw Throwable Modifier and Type Method Description ObjectInvocationHandler. invoke(Object proxy, Method method, Object[] args)Handles the method which was originally invoked on the proxy instance.Constructors in java.lang.reflect with parameters of type Throwable Constructor Description InvocationTargetException(Throwable exception)Constructs a newInvocationTargetExceptioninstance with its cause / target exception filled in.InvocationTargetException(Throwable exception, String detailMessage)Constructs a newInvocationTargetExceptioninstance with its cause / target exception and message filled in.UndeclaredThrowableException(Throwable exception)Constructs a newUndeclaredThrowableExceptioninstance with the undeclared, checked exception that occurred.UndeclaredThrowableException(Throwable exception, String detailMessage)Constructs a newUndeclaredThrowableExceptioninstance with the undeclared, checked exception that occurred and a message. -
Uses of Throwable in java.net
Subclasses of Throwable in java.net Modifier and Type Class Description classBindExceptionABindExceptionis thrown when a process cannot bind a local address/port, either because it is already bound or reserved by the OS.classConnectExceptionAConnectExceptionis thrown if a connection cannot be established to a remote host on a specific port.classHttpRetryExceptionIf a HTTP request has to be retried, this exception will be thrown if the request cannot be retried automatically.classMalformedURLExceptionThis exception is thrown when a program attempts to create an URL from an incorrect specification.classNoRouteToHostExceptionTheNoRouteToHostExceptionwill be thrown while attempting to connect to a remote host but the host cannot be reached for instance because of a badly configured router or a blocking firewall.classPortUnreachableExceptionThisPortUnreachableExceptionwill be thrown if anICMP_Port_Unreachablemessage has been received.classProtocolExceptionSignals that either a connection attempt to a socket of the wrong type, the application of an unsupported operation or that a general error in the underlying protocol has occurred.classSocketExceptionThisSocketExceptionmay be thrown during socket creation or setting options, and is the superclass of all other socket related exceptions.classSocketTimeoutExceptionThis exception is thrown when a timeout expired on a socketreadoracceptoperation.classUnknownHostExceptionThrown when a hostname can not be resolved.classUnknownServiceExceptionIs thrown if no appropriateContentHandlercould be found for a particular service requested by the URL connection.classURISyntaxExceptionAURISyntaxExceptionwill be thrown if some information could not be parsed while creating a URI.Methods in java.net that throw Throwable Modifier and Type Method Description protected voidPlainDatagramSocketImpl. finalize()protected voidPlainSocketImpl. finalize()Constructors in java.net with parameters of type Throwable Constructor Description BindException(String detailMessage, Throwable cause)Constructs a new instance with the given detail message and cause.ConnectException(String detailMessage, Throwable cause)Constructs a new instance with the given detail message and cause.MalformedURLException(String detailMessage, Throwable cause)Constructs a new instance with given detail message and cause.NoRouteToHostException(String detailMessage, Throwable cause)Constructs a new instance with given detail message and cause.PortUnreachableException(String detailMessage, Throwable cause)Constructs a new instance with given detail message and cause.ProtocolException(String detailMessage, Throwable cause)Constructs a new instance with given detail message and cause.SocketException(String detailMessage, Throwable cause)Constructs a new instance with given detail message and cause.SocketException(Throwable cause)Constructs a new instance with the given cause.SocketTimeoutException(String detailMessage, Throwable cause)Constructs a new instance with given detail message and cause.SocketTimeoutException(Throwable cause)Constructs a new instance with given cause.UnknownServiceException(String detailMessage, Throwable cause)Constructs a new instance with given detail message and cause. -
Uses of Throwable in java.nio
Subclasses of Throwable in java.nio Modifier and Type Class Description classBufferOverflowExceptionABufferOverflowExceptionis thrown when elements are written to a buffer but there is not enough remaining space in the buffer.classBufferUnderflowExceptionABufferUnderflowExceptionis thrown when elements are read from a buffer but there are not enough remaining elements in the buffer.classInvalidMarkExceptionAnInvalidMarkExceptionis thrown whenreset()is called on a buffer, but no mark has been set previously.classReadOnlyBufferExceptionAReadOnlyBufferExceptionis thrown when some write operation is called on a read-only buffer. -
Uses of Throwable in java.nio.channels
Subclasses of Throwable in java.nio.channels Modifier and Type Class Description classAlreadyConnectedExceptionAnAlreadyConnectedExceptionis thrown when an attempt is made to connect a SocketChannel that is already connected.classAsynchronousCloseExceptionAnAsynchronousCloseExceptionis thrown when the underlying channel for an I/O operation is closed by another thread.classCancelledKeyExceptionACancelledKeyExceptionis thrown when an invalid selection key is used.classClosedByInterruptExceptionAClosedByInterruptExceptionis thrown when a thread is interrupted in a blocking I/O operation.classClosedChannelExceptionAClosedChannelExceptionis thrown when a channel is closed for the type of operation attempted.classClosedSelectorExceptionAClosedSelectorExceptionis thrown when aselectoris closed and an I/O operation is attempted.classConnectionPendingExceptionAConnectionPendingExceptionis thrown when an attempt is made to connect aSocketChannelthat has a non-blocking connection already underway.classFileLockInterruptionExceptionAFileLockInterruptionExceptionis thrown when a thread is interrupted while waiting to acquire a file lock.classIllegalBlockingModeExceptionAnIllegalBlockingModeExceptionis thrown when an operation that requires a specific blocking mode is invoked on a channel that is in a different blocking mode.classIllegalSelectorExceptionAnIllegalSelectorExceptionis thrown when a call is made to register a channel on a selector that has been created by a different provider.classNoConnectionPendingExceptionANoConnectionPendingExceptionis thrown ifSocketChannel'sfinishConnectmethod is called before theSocketChannel'sSocketChannel.connect(java.net.SocketAddress)connect} method completed without error.classNonReadableChannelExceptionANonReadableChannelExceptionis thrown when attempting to read from a channel that is not open for reading.classNonWritableChannelExceptionANonWritableChannelExceptionis thrown when attempting to write to a channel that is not open for writing.classNotYetBoundExceptionANotYetBoundExceptionis thrown if the server socket channel is not bound before an I/O operation is made.classNotYetConnectedExceptionANotYetConnectedExceptionis thrown if the socket channel is not connected before an I/O operation is invoked.classOverlappingFileLockExceptionAnOverlappingFileLockExceptionis thrown when attempting to acquire a lock that overlaps an existing or pending lock held by this process.classUnresolvedAddressExceptionAnUnresolvedAddressExceptionis thrown when trying to use an unresolved network address in a network operation.classUnsupportedAddressTypeExceptionAnUnsupportedAddressTypeExceptionis thrown when connecting or binding to an unsupported address type. -
Uses of Throwable in java.nio.charset
Subclasses of Throwable in java.nio.charset Modifier and Type Class Description classCharacterCodingExceptionACharacterCodingExceptionis thrown when an encoding or decoding error occurs.classCoderMalfunctionErrorACoderMalfunctionErroris thrown when the encoder/decoder is malfunctioning.classIllegalCharsetNameExceptionAnIllegalCharsetNameExceptionis thrown when an illegal charset name is encountered.classMalformedInputExceptionAMalformedInputExceptionis thrown when a malformed input is encountered, for example if a byte sequence is illegal for the given charset.classUnmappableCharacterExceptionAnUnmappableCharacterExceptionis thrown when an unmappable character for the given charset is encountered.classUnsupportedCharsetExceptionAnUnsupportedCharsetExceptionis thrown when an unsupported charset name is encountered. -
Uses of Throwable in java.security
Subclasses of Throwable in java.security Modifier and Type Class Description classAccessControlExceptionAccessControlExceptionis thrown if the access control infrastructure denies protected access due to missing permissions.classDigestExceptionDigestExceptionis a general message digest exception.classGeneralSecurityExceptionGeneralSecurityExceptionis a general security exception and the superclass for all security specific exceptions.classInvalidAlgorithmParameterExceptionInvalidAlgorithmParameterExceptionindicates the occurrence of invalid algorithm parameters.classInvalidKeyExceptionInvalidKeyExceptionindicates exceptional conditions, caused by an invalid key.classInvalidParameterExceptionInvalidParameterExceptionindicates exceptional conditions, caused by invalid parameters.classKeyExceptionKeyExceptionis the common superclass of all key related exceptions.classKeyManagementExceptionKeyManagementExceptionis a general exception, thrown to indicate an exception during processing an operation concerning key management.classKeyStoreExceptionKeyStoreExceptionis a generalKeyStoreexception.classNoSuchAlgorithmExceptionNoSuchAlgorithmExceptionindicates that a requested algorithm could not be found.classNoSuchProviderExceptionNoSuchProviderExceptionindicates that a requested security provider could not be found.classPrivilegedActionExceptionLegacy security code; do not use.classProviderExceptionProviderExceptionis a general exception, thrown by securityProviders.classSignatureExceptionSignatureExceptionis a generalSignatureexception.classUnrecoverableEntryExceptionUnrecoverableEntryExceptionindicates, that aKeyStore.Entrycannot be recovered from aKeyStore.classUnrecoverableKeyExceptionUnrecoverableKeyExceptionindicates, that a key cannot be recovered from aKeyStore.Constructors in java.security with parameters of type Throwable Constructor Description DigestException(String message, Throwable cause)Constructs a new instance ofDigestExceptionwith the given message and the cause.DigestException(Throwable cause)Constructs a new instance ofDigestExceptionwith the cause.GeneralSecurityException(String message, Throwable cause)Constructs a new instance ofGeneralSecurityExceptionwith the given message and the cause.GeneralSecurityException(Throwable cause)Constructs a new instance ofGeneralSecurityExceptionwith the cause.InvalidAlgorithmParameterException(String message, Throwable cause)Constructs a new instance ofInvalidAlgorithmParameterExceptionwith the given message and the cause.InvalidAlgorithmParameterException(Throwable cause)Constructs a new instance ofInvalidAlgorithmParameterExceptionwith the cause.InvalidKeyException(String message, Throwable cause)Constructs a new instance ofInvalidKeyExceptionwith the given message and the cause.InvalidKeyException(Throwable cause)Constructs a new instance ofInvalidKeyExceptionwith the cause.KeyException(String message, Throwable cause)Constructs a new instance ofKeyExceptionwith the given message and the cause.KeyException(Throwable cause)Constructs a new instance ofKeyExceptionwith the cause.KeyManagementException(String message, Throwable cause)Constructs a new instance ofKeyManagementExceptionwith the given message and the cause.KeyManagementException(Throwable cause)Constructs a new instance ofKeyManagementExceptionwith the cause.KeyStoreException(String message, Throwable cause)Constructs a new instance ofKeyStoreExceptionwith the given message and the cause.KeyStoreException(Throwable cause)Constructs a new instance ofKeyStoreExceptionwith the cause.NoSuchAlgorithmException(String message, Throwable cause)Constructs a new instance ofNoSuchAlgorithmExceptionwith the given message and the cause.NoSuchAlgorithmException(Throwable cause)Constructs a new instance ofNoSuchAlgorithmExceptionwith the cause.ProviderException(String message, Throwable cause)Constructs a new instance ofProviderExceptionwith the given message and the cause.ProviderException(Throwable cause)Constructs a new instance ofProviderExceptionwith the cause.SignatureException(String message, Throwable cause)Constructs a new instance ofSignatureExceptionwith the given message and the cause.SignatureException(Throwable cause)Constructs a new instance ofSignatureExceptionwith the cause. -
Uses of Throwable in java.security.acl
Subclasses of Throwable in java.security.acl Modifier and Type Class Description classAclNotFoundExceptionThe exception, that is thrown when a reference to a non-existent Access Control List (ACL) is made.classLastOwnerExceptionThe exception that is thrown when an attempt is made to remove the the lastOwnerfrom anOwner.classNotOwnerExceptionThe exception that is thrown when an action that requires ownership is attempted by a principal that is not an owner of the object for which ownership is required. -
Uses of Throwable in java.security.cert
Subclasses of Throwable in java.security.cert Modifier and Type Class Description classCertificateEncodingExceptionThe exception that is thrown when an error occurs while aCertificateis being encoded.classCertificateExceptionThe base class for allCertificaterelated exceptions.classCertificateExpiredExceptionThe exception that is thrown when aCertificatehas expired.classCertificateNotYetValidExceptionThe exception that is thrown when aCertificateis not yet valid or will not yet be valid on a specified date.classCertificateParsingExceptionThe exception that is thrown when aCertificatecan not be parsed.classCertPathBuilderExceptionThe exception that is thrown when aCertPathBuildermethod fails.classCertPathValidatorExceptionThe exception that is thrown when a certification path (or certificate chain) cannot be validated.classCertStoreExceptionThe exception that is thrown when an access to aCertStorefails.classCRLExceptionThe exception that is thrown if errors occur during handling ofCRLs.Constructors in java.security.cert with parameters of type Throwable Constructor Description CertificateEncodingException(String message, Throwable cause)Creates a newCertificateEncodingExceptionwith the specified message and cause.CertificateEncodingException(Throwable cause)Creates a newCertificateEncodingExceptionwith the specified cause.CertificateException(String message, Throwable cause)Creates a newCertificateExceptionwith the specified message and cause.CertificateException(Throwable cause)Creates a newCertificateExceptionwith the specified cause.CertificateParsingException(String message, Throwable cause)Creates a newCertificateParsingExceptionwith the specified message and cause.CertificateParsingException(Throwable cause)Creates a newCertificateParsingExceptionwith the specified cause.CertPathBuilderException(String msg, Throwable cause)Creates a newCertPathBuilderExceptionwith the specified message and cause.CertPathBuilderException(Throwable cause)Creates a newCertPathBuilderExceptionwith the specified cause.CertPathValidatorException(String msg, Throwable cause)Creates a newCertPathValidatorExceptionwith the specified message and cause.CertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index)Creates a newCertPathValidatorExceptionwith the specified message , cause, certification path and certificate index in the certification path.CertPathValidatorException(Throwable cause)Creates a newCertPathValidatorExceptionwith the specified cause.CertStoreException(String msg, Throwable cause)Creates a newCertStoreExceptionwith the specified message and cause.CertStoreException(Throwable cause)Creates a newCertStoreExceptionwith the specified cause.CRLException(String message, Throwable cause)Creates a newCRLExceptionwith the specified message and cause.CRLException(Throwable cause)Creates a newCRLExceptionwith the specified cause. -
Uses of Throwable in java.security.spec
Subclasses of Throwable in java.security.spec Modifier and Type Class Description classInvalidKeySpecExceptionThe exception that is thrown when an invalid key specification is encountered.classInvalidParameterSpecExceptionThe exception that is thrown when an invalid parameter specification is encountered.Constructors in java.security.spec with parameters of type Throwable Constructor Description InvalidKeySpecException(String message, Throwable cause)Creates a newInvalidKeySpecExceptionwith the specified message and cause.InvalidKeySpecException(Throwable cause)Creates a newInvalidKeySpecExceptionwith the specified cause. -
Uses of Throwable in java.sql
Subclasses of Throwable in java.sql Modifier and Type Class Description classBatchUpdateExceptionThis exception is thrown if a problem occurs during a batch update operation.classDataTruncationAn exception which is thrown when a JDBC driver unexpectedly truncates a data value either when reading (resulting in warning), or when writing data (resulting in an error).classSQLClientInfoExceptionAn exception, which is subclass of SQLException, is thrown when one or more client info properties could not be set on a Connection.classSQLDataExceptionAn exception, which is subclass of SQLException, is thrown when various data errors arise.classSQLExceptionAn exception that indicates a failed JDBC operation.classSQLFeatureNotSupportedExceptionAn exception, which is subclass of SQLNonTransientException, is thrown when various the JDBC driver does not support an optional JDBC feature.classSQLIntegrityConstraintViolationExceptionAn exception, which is subclass of SQLNonTransientException, is thrown when various the an integrity constraint (foreign key, primary key or unique key) has been violated.classSQLInvalidAuthorizationSpecExceptionAn exception, which is subclass of SQLNonTransientException, is thrown when the authorization credentials presented during connection establishment are not valid.classSQLNonTransientConnectionExceptionAn exception, which is subclass of SQLException, is thrown when the connection operation that failed will not succeed when the operation is retried without the cause of the failure being corrected.classSQLNonTransientExceptionclassSQLRecoverableExceptionclassSQLSyntaxErrorExceptionclassSQLTimeoutExceptionclassSQLTransactionRollbackExceptionclassSQLTransientConnectionExceptionclassSQLTransientExceptionclassSQLWarningAn exception class that holds information about Database access warnings.Methods in java.sql that return types with arguments of type Throwable Modifier and Type Method Description Iterator<Throwable>SQLException. iterator()Obsolete.Constructors in java.sql with parameters of type Throwable Constructor Description BatchUpdateException(int[] updateCounts, Throwable cause)Creates an BatchUpdateException object.BatchUpdateException(String reason, int[] updateCounts, Throwable cause)Creates an BatchUpdateException object.BatchUpdateException(String reason, String SQLState, int[] updateCounts, Throwable cause)Creates an BatchUpdateException object.BatchUpdateException(String reason, String SQLState, int vendorCode, int[] updateCounts, Throwable cause)Creates an BatchUpdateException object.BatchUpdateException(Throwable cause)Creates an BatchUpdateException object.DataTruncation(int index, boolean parameter, boolean read, int dataSize, int transferSize, Throwable cause)Creates a DataTruncation.SQLClientInfoException(String reason, String sqlState, int vendorCode, Map<String,ClientInfoStatus> failedProperties, Throwable cause)Creates an SQLClientInfoException object.SQLClientInfoException(String reason, String sqlState, Map<String,ClientInfoStatus> failedProperties, Throwable cause)Creates an SQLClientInfoException object.SQLClientInfoException(String reason, Map<String,ClientInfoStatus> failedProperties, Throwable cause)Creates an SQLClientInfoException object.SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties, Throwable cause)Creates an SQLClientInfoException object.SQLDataException(String reason, String sqlState, int vendorCode, Throwable cause)Creates an SQLDataException object.SQLDataException(String reason, String sqlState, Throwable cause)Creates an SQLDataException object.SQLDataException(String reason, Throwable cause)Creates an SQLDataException object.SQLDataException(Throwable cause)Creates an SQLDataException object.SQLException(String theReason, String theSQLState, int theErrorCode, Throwable theCause)Creates an SQLException object.SQLException(String theReason, String theSQLState, Throwable theCause)Creates an SQLException object.SQLException(String theReason, Throwable theCause)Creates an SQLException object.SQLException(Throwable theCause)Creates an SQLException object.SQLFeatureNotSupportedException(String reason, String sqlState, int vendorCode, Throwable cause)Creates an SQLFeatureNotSupportedException object.SQLFeatureNotSupportedException(String reason, String sqlState, Throwable cause)Creates an SQLFeatureNotSupportedException object.SQLFeatureNotSupportedException(String reason, Throwable cause)Creates an SQLFeatureNotSupportedException object.SQLFeatureNotSupportedException(Throwable cause)Creates an SQLFeatureNotSupportedException object.SQLIntegrityConstraintViolationException(String reason, String sqlState, int vendorCode, Throwable cause)Creates an SQLIntegrityConstraintViolationException object.SQLIntegrityConstraintViolationException(String reason, String sqlState, Throwable cause)Creates an SQLIntegrityConstraintViolationException object.SQLIntegrityConstraintViolationException(String reason, Throwable cause)Creates an SQLIntegrityConstraintViolationException object.SQLIntegrityConstraintViolationException(Throwable cause)Creates an SQLIntegrityConstraintViolationException object.SQLInvalidAuthorizationSpecException(String reason, String sqlState, int vendorCode, Throwable cause)Creates an SQLInvalidAuthorizationSpecException object.SQLInvalidAuthorizationSpecException(String reason, String sqlState, Throwable cause)Creates an SQLInvalidAuthorizationSpecException object.SQLInvalidAuthorizationSpecException(String reason, Throwable cause)Creates an SQLInvalidAuthorizationSpecException object.SQLInvalidAuthorizationSpecException(Throwable cause)Creates an SQLInvalidAuthorizationSpecException object.SQLNonTransientConnectionException(String reason, String sqlState, int vendorCode, Throwable cause)Creates an SQLNonTransientConnectionException object.SQLNonTransientConnectionException(String reason, String sqlState, Throwable cause)Creates an SQLNonTransientConnectionException object.SQLNonTransientConnectionException(String reason, Throwable cause)Creates an SQLNonTransientConnectionException object.SQLNonTransientConnectionException(Throwable cause)Creates an SQLNonTransientConnectionException object.SQLNonTransientException(String reason, String sqlState, int vendorCode, Throwable cause)Creates an SQLNonTransientException object.SQLNonTransientException(String reason, String sqlState, Throwable cause)Creates an SQLNonTransientException object.SQLNonTransientException(String reason, Throwable cause)Creates an SQLNonTransientException object.SQLNonTransientException(Throwable cause)Creates an SQLNonTransientException object.SQLRecoverableException(String reason, String sqlState, int vendorCode, Throwable cause)Creates an SQLRecoverableException object.SQLRecoverableException(String reason, String sqlState, Throwable cause)Creates an SQLRecoverableException object.SQLRecoverableException(String reason, Throwable cause)Creates an SQLRecoverableException object.SQLRecoverableException(Throwable cause)Creates an SQLRecoverableException object.SQLSyntaxErrorException(String reason, String sqlState, int vendorCode, Throwable cause)Creates an SQLSyntaxErrorException object.SQLSyntaxErrorException(String reason, String sqlState, Throwable cause)Creates an SQLSyntaxErrorException object.SQLSyntaxErrorException(String reason, Throwable cause)Creates an SQLSyntaxErrorException object.SQLSyntaxErrorException(Throwable cause)Creates an SQLSyntaxErrorException object.SQLTimeoutException(String reason, String sqlState, int vendorCode, Throwable cause)Creates an SQLTimeoutException object.SQLTimeoutException(String reason, String sqlState, Throwable cause)Creates an SQLTimeoutException object.SQLTimeoutException(String reason, Throwable cause)Creates an SQLTimeoutException object.SQLTimeoutException(Throwable cause)Creates an SQLTimeoutException object.SQLTransactionRollbackException(String reason, String sqlState, int vendorCode, Throwable cause)Creates an SQLTransactionRollbackException object.SQLTransactionRollbackException(String reason, String sqlState, Throwable cause)Creates an SQLTransactionRollbackException object.SQLTransactionRollbackException(String reason, Throwable cause)Creates an SQLTransactionRollbackException object.SQLTransactionRollbackException(Throwable cause)Creates an SQLTransactionRollbackException object.SQLTransientConnectionException(String reason, String sqlState, int vendorCode, Throwable cause)Creates an SQLTransientConnectionException object.SQLTransientConnectionException(String reason, String sqlState, Throwable cause)Creates an SQLTransientConnectionException object.SQLTransientConnectionException(String reason, Throwable cause)Creates an SQLTransientConnectionException object.SQLTransientConnectionException(Throwable cause)Creates an SQLTransientConnectionException object.SQLTransientException(String reason, String sqlState, int vendorCode, Throwable cause)Creates an SQLTransientException object.SQLTransientException(String reason, String sqlState, Throwable cause)Creates an SQLTransientException object.SQLTransientException(String reason, Throwable cause)Creates an SQLTransientException object.SQLTransientException(Throwable cause)Creates an SQLTransientException object.SQLWarning(String reason, String SQLState, int vendorCode, Throwable cause)Creates an SQLWarning object.SQLWarning(String reason, String SQLState, Throwable cause)Creates an SQLWarning object.SQLWarning(String reason, Throwable cause)Creates an SQLWarning object.SQLWarning(Throwable cause)Creates an SQLWarning object. -
Uses of Throwable in java.text
Subclasses of Throwable in java.text Modifier and Type Class Description classParseExceptionThrown when the string being parsed is not in the correct form. -
Uses of Throwable in java.util
Subclasses of Throwable in java.util Modifier and Type Class Description classConcurrentModificationExceptionAnConcurrentModificationExceptionis thrown when a Collection is modified and an existing iterator on the Collection is used to modify the Collection as well.classDuplicateFormatFlagsExceptionThe unchecked exception will be thrown out if there are duplicate flags given out in the format specifier.classEmptyStackExceptionAnEmptyStackExceptionis thrown if the pop/peek method of a stack is executed on an empty stack.classFormatFlagsConversionMismatchExceptionAFormatFlagsConversionMismatchExceptionwill be thrown if a conversion and the flags are incompatible.classFormatterClosedExceptionAFormatterClosedExceptionwill be thrown if the formatter has been closed.classIllegalFormatCodePointExceptionAnIllegalFormatCodePointExceptionwill be thrown if an invalid Unicode code point (defined byCharacter.isValidCodePoint(int)) is passed as a parameter to a Formatter.classIllegalFormatConversionExceptionAnIllegalFormatConversionExceptionwill be thrown when the parameter is incompatible with the corresponding format specifier.classIllegalFormatExceptionAnIllegalFormatExceptionis thrown when a format string that contains either an illegal syntax or format specifier is transferred as a parameter.classIllegalFormatFlagsExceptionAnIllegalFormatFlagsExceptionwill be thrown if the combination of the format flags is illegal.classIllegalFormatPrecisionExceptionAnIllegalFormatPrecisionExceptionwill be thrown if the precision is a negative other than -1 or in other cases where precision is not supported.classIllegalFormatWidthExceptionAnIllegalFormatWidthExceptionwill be thrown if the width is a negative value other than -1 or in other cases where a width is not supported.classInputMismatchExceptionAnInputMismatchExceptionis 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.classInvalidPropertiesFormatExceptionAnInvalidPropertiesFormatExceptionis thrown if loading the XML document defining the properties does not follow thePropertiesspecification.classMissingFormatArgumentExceptionAMissingFormatArgumentExceptionwill be thrown if there is no corresponding argument with the specified conversion or an argument index that refers to a missing argument.classMissingFormatWidthExceptionAMissingFormatWidthExceptionwill be thrown if the format width is missing but is required.classMissingResourceExceptionAMissingResourceExceptionis thrown by ResourceBundle when a resource bundle cannot be found or a resource is missing from a resource bundle.classNoSuchElementExceptionThrown when trying to retrieve an element past the end of an Enumeration or Iterator.classServiceConfigurationErrorThrown when a service provider can't be loaded byServiceLoader.classTooManyListenersExceptionATooManyListenersExceptionis thrown when an attempt is made to add more than one listener to an event source which only supports a single listener.classUnknownFormatConversionExceptionAnUnknownFormatConversionExceptionwill be thrown if the format conversion is unknown.classUnknownFormatFlagsExceptionAnUnknownFormatFlagsExceptionwill be thrown if there is an unknown flag.Constructors in java.util with parameters of type Throwable Constructor Description ConcurrentModificationException(String detailMessage, Throwable cause)Constructs a newConcurrentModificationExceptionwith the given detail message and cause.ConcurrentModificationException(Throwable cause)Constructs a newConcurrentModificationExceptionwith the given cause.InvalidPropertiesFormatException(Throwable c)Constructs a newInvalidPropertiesFormatExceptionwith the cause for the Exception.ServiceConfigurationError(String message, Throwable cause)Constructs a new error with the given detail message and cause. -
Uses of Throwable in java.util.concurrent
Subclasses of Throwable in java.util.concurrent Modifier and Type Class Description classBrokenBarrierExceptionException 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.classCancellationExceptionException indicating that the result of a value-producing task, such as aFutureTask, cannot be retrieved because the task was cancelled.classExecutionExceptionException thrown when attempting to retrieve the result of a task that aborted by throwing an exception.classRejectedExecutionExceptionException thrown by anExecutorwhen a task cannot be accepted for execution.classTimeoutExceptionException thrown when a blocking operation times out.Methods in java.util.concurrent that return Throwable Modifier and Type Method Description ThrowableForkJoinTask. getException()Returns the exception thrown by the base computation, or aCancellationExceptionif cancelled, ornullif none or if the method has not yet completed.Methods in java.util.concurrent with parameters of type Throwable Modifier and Type Method Description protected voidThreadPoolExecutor. afterExecute(Runnable r, Throwable t)Method invoked upon completion of execution of the given Runnable.voidForkJoinTask. completeExceptionally(Throwable ex)Completes this task abnormally, and if not already aborted or cancelled, causes it to throw the given exception uponjoinand related operations.booleanCountedCompleter. onExceptionalCompletion(Throwable ex, CountedCompleter<?> caller)Performs an action when methodForkJoinTask.completeExceptionally(java.lang.Throwable)is invoked or methodCountedCompleter.compute()throws an exception, and this task has not otherwise already completed normally.protected voidForkJoinWorkerThread. onTermination(Throwable exception)Performs cleanup associated with termination of this worker thread.protected voidFutureTask. setException(Throwable t)Causes this future to report anExecutionExceptionwith the given throwable as its cause, unless this future has already been set or has been cancelled.Constructors in java.util.concurrent with parameters of type Throwable Constructor Description ExecutionException(String message, Throwable cause)Constructs anExecutionExceptionwith the specified detail message and cause.ExecutionException(Throwable cause)Constructs anExecutionExceptionwith the specified cause.RejectedExecutionException(String message, Throwable cause)Constructs aRejectedExecutionExceptionwith the specified detail message and cause.RejectedExecutionException(Throwable cause)Constructs aRejectedExecutionExceptionwith the specified cause. -
Uses of Throwable in java.util.jar
Subclasses of Throwable in java.util.jar Modifier and Type Class Description classJarExceptionThis runtime exception is thrown when a problem occurs while reading a JAR file. -
Uses of Throwable in java.util.logging
Methods in java.util.logging that return Throwable Modifier and Type Method Description ThrowableLogRecord. getThrown()Gets theThrowableobject associated with this log record.Methods in java.util.logging with parameters of type Throwable Modifier and Type Method Description voidLogger. log(Level logLevel, String msg, Throwable thrown)Logs a message of the specified level with the suppliedThrowableobject.voidLogger. logp(Level logLevel, String sourceClass, String sourceMethod, String msg, Throwable thrown)Logs a message of the given level with the specified source class name, source method name andThrowableobject.voidLogger. logrb(Level logLevel, String sourceClass, String sourceMethod, String bundleName, String msg, Throwable thrown)Logs a message of the given level with the specified source class name, source method name andThrowableobject, using the given resource bundle to localize the message.voidLogRecord. setThrown(Throwable thrown)Sets theThrowableobject associated with this log record.voidLogger. throwing(String sourceClass, String sourceMethod, Throwable thrown)Logs a message indicating that an exception is thrown. -
Uses of Throwable in java.util.prefs
Subclasses of Throwable in java.util.prefs Modifier and Type Class Description classBackingStoreExceptionAn exception to indicate that an error was encountered while accessing the backing store.classInvalidPreferencesFormatExceptionAn exception to indicate that the input XML file is not well-formed or could not be validated against the appropriate document type (specified by in thePreferences).Constructors in java.util.prefs with parameters of type Throwable Constructor Description BackingStoreException(Throwable t)Constructs a newBackingStoreExceptioninstance with a nestedThrowable.InvalidPreferencesFormatException(String s, Throwable t)Constructs a newInvalidPreferencesFormatExceptioninstance with a detailed exception message and a nestedThrowable.InvalidPreferencesFormatException(Throwable t)Constructs a newInvalidPreferencesFormatExceptioninstance with a nestedThrowable. -
Uses of Throwable in java.util.regex
Subclasses of Throwable in java.util.regex Modifier and Type Class Description classPatternSyntaxExceptionEncapsulates a syntax error that occurred during the compilation of aPattern.Methods in java.util.regex that throw Throwable Modifier and Type Method Description protected voidMatcher. finalize()protected voidPattern. finalize() -
Uses of Throwable in java.util.zip
Subclasses of Throwable in java.util.zip Modifier and Type Class Description classDataFormatExceptionDataFormatExceptionis used to indicate an error in the format of a particular data stream which is to be uncompressed.classZipErrorThrown when an unrecoverable zip error has occurred.classZipExceptionThis runtime exception is thrown byZipFileandZipInputStreamwhen the file or stream is not a valid zip file. -
Uses of Throwable in javax.crypto
Subclasses of Throwable in javax.crypto Modifier and Type Class Description classAEADBadTagExceptionThrown by aCipherthat is using an Authenticated Encryption with Additional Data (AEAD) mode such as Galois/Counter Mode (GCM) and the tag failed verification.classBadPaddingExceptionThe exception that is thrown when a padding mechanism is expected for the input data, but the input data does not have the proper padding bytes.classExemptionMechanismExceptionThis is the base class forExemptionMechanismException.classIllegalBlockSizeExceptionThe exception, that is thrown when the data length provided to a block cipher does not match the block size of the cipher.classNoSuchPaddingExceptionThe exception that is thrown when the requested padding mechanism is not supported.classShortBufferExceptionThe exception that is thrown when the result of an operation is attempted to store in a user provided buffer that is too small. -
Uses of Throwable in javax.net.ssl
Subclasses of Throwable in javax.net.ssl Modifier and Type Class Description classSSLExceptionThe base class for all SSL related exceptions.classSSLHandshakeExceptionThe exception that is thrown when a handshake could not be completed successfully.classSSLKeyExceptionThe exception that is thrown when an invalid SSL key is encountered.classSSLPeerUnverifiedExceptionThe exception that is thrown when the identity of a peer has not been verified.classSSLProtocolExceptionThe exception that is thrown when an error in the operation of the SSL protocol is encountered.Constructors in javax.net.ssl with parameters of type Throwable Constructor Description SSLException(String message, Throwable cause)Creates a newSSLExceptionwith the specified message and cause.SSLException(Throwable cause)Creates a newSSLExceptionwith the specified cause.SSLHandshakeException(String reason, Throwable cause)Constructs a new instance with given detail message and cause.SSLHandshakeException(Throwable cause)Constructs a new instance with given cause. -
Uses of Throwable in javax.security.auth
Subclasses of Throwable in javax.security.auth Modifier and Type Class Description classDestroyFailedExceptionSignals that theDestroyable.destroy()method failed. -
Uses of Throwable in javax.security.auth.callback
Subclasses of Throwable in javax.security.auth.callback Modifier and Type Class Description classUnsupportedCallbackExceptionThrown when aCallbackHandlerdoes not support a particularCallback. -
Uses of Throwable in javax.security.auth.login
Subclasses of Throwable in javax.security.auth.login Modifier and Type Class Description classLoginExceptionBase class for exceptions that are thrown when a login error occurs. -
Uses of Throwable in javax.security.cert
Subclasses of Throwable in javax.security.cert Modifier and Type Class Description classCertificateEncodingExceptionThe exception that is thrown when an error occurs while aCertificateis being encoded.classCertificateExceptionThe base class for allCertificaterelated exceptions.classCertificateExpiredExceptionThe exception that is thrown when aCertificatehas expired.classCertificateNotYetValidExceptionThe exception that is thrown when aCertificateis not yet valid.classCertificateParsingExceptionThe exception that is thrown when aCertificatecan not be parsed. -
Uses of Throwable in javax.xml.datatype
Subclasses of Throwable in javax.xml.datatype Modifier and Type Class Description classDatatypeConfigurationExceptionIndicates a serious configuration error.Constructors in javax.xml.datatype with parameters of type Throwable Constructor Description DatatypeConfigurationException(String message, Throwable cause)Create a newDatatypeConfigurationExceptionwith the specified detail message and cause.DatatypeConfigurationException(Throwable cause)Create a newDatatypeConfigurationExceptionwith the specified cause. -
Uses of Throwable in javax.xml.parsers
Subclasses of Throwable in javax.xml.parsers Modifier and Type Class Description classFactoryConfigurationErrorThrown when a problem with configuration with the Parser Factories exists.classParserConfigurationExceptionIndicates a serious configuration error. -
Uses of Throwable in javax.xml.transform
Subclasses of Throwable in javax.xml.transform Modifier and Type Class Description classTransformerConfigurationExceptionIndicates a serious configuration error.classTransformerExceptionThis class specifies an exceptional condition that occurred during the transformation process.classTransformerFactoryConfigurationErrorThrown when a problem with configuration with the Transformer Factories exists.Methods in javax.xml.transform that return Throwable Modifier and Type Method Description ThrowableTransformerException. getCause()Returns the cause of this throwable ornullif the cause is nonexistent or unknown.ThrowableTransformerException. getException()This method retrieves an exception that this exception wraps.ThrowableTransformerException. initCause(Throwable cause)Initializes the cause of this throwable to the specified value.Methods in javax.xml.transform with parameters of type Throwable Modifier and Type Method Description ThrowableTransformerException. initCause(Throwable cause)Initializes the cause of this throwable to the specified value.Constructors in javax.xml.transform with parameters of type Throwable Constructor Description TransformerConfigurationException(String msg, Throwable e)Create a newTransformerConfigurationExceptionwith the givenExceptionbase cause and detail message.TransformerConfigurationException(String message, SourceLocator locator, Throwable e)Wrap an existing exception in a TransformerConfigurationException.TransformerConfigurationException(Throwable e)Create a newTransformerConfigurationExceptionwith a givenExceptionbase cause of the error.TransformerException(String message, Throwable e)Wrap an existing exception in a TransformerException.TransformerException(String message, SourceLocator locator, Throwable e)Wrap an existing exception in a TransformerException.TransformerException(Throwable e)Create a new TransformerException wrapping an existing exception. -
Uses of Throwable in javax.xml.xpath
Subclasses of Throwable in javax.xml.xpath Modifier and Type Class Description classXPathExceptionXPathExceptionrepresents a generic XPath exception.classXPathExpressionExceptionXPathExpressionExceptionrepresents an error in an XPath expression.classXPathFactoryConfigurationExceptionXPathFactoryConfigurationExceptionrepresents a configuration error in aXPathFactoryenvironment.classXPathFunctionExceptionXPathFunctionExceptionrepresents an error with an XPath function.Methods in javax.xml.xpath that return Throwable Modifier and Type Method Description ThrowableXPathException. getCause()Constructors in javax.xml.xpath with parameters of type Throwable Constructor Description XPathException(Throwable cause)Constructs a newXPathExceptionwith the specifiedcause.XPathExpressionException(Throwable cause)Constructs a newXPathExpressionExceptionwith the specifiedcause.XPathFactoryConfigurationException(Throwable cause)Constructs a newXPathFactoryConfigurationExceptionwith the specifiedcause.XPathFunctionException(Throwable cause)Constructs a newXPathFunctionExceptionwith the specifiedcause. -
Uses of Throwable in libcore.icu
Methods in libcore.icu that throw Throwable Modifier and Type Method Description protected voidAlphabeticIndex. finalize()protected voidAlphabeticIndex.ImmutableIndex. finalize()protected voidCollationElementIteratorICU. finalize()Garbage collection.protected voidNativeBreakIterator. finalize()protected voidNativeDecimalFormat. finalize()protected voidNativePluralRules. finalize()protected voidRuleBasedCollatorICU. finalize()protected voidTransliterator. finalize() -
Uses of Throwable in libcore.io
Subclasses of Throwable in libcore.io Modifier and Type Class Description classErrnoExceptionA checked exception thrown whenOsmethods fail.classGaiExceptionConstructors in libcore.io with parameters of type Throwable Constructor Description ErrnoException(String functionName, int errno, Throwable cause)GaiException(String functionName, int error, Throwable cause) -
Uses of Throwable in libcore.net
Methods in libcore.net that throw Throwable Modifier and Type Method Description protected voidRawSocket. finalize() -
Uses of Throwable in libcore.reflect
Methods in libcore.reflect that throw Throwable Modifier and Type Method Description ObjectAnnotationMember. copyValue()Provides mutation-safe access to contained value.ObjectAnnotationFactory. invoke(Object proxy, Method method, Object[] args)Processes a method invocation request to this annotation instance.voidAnnotationMember. rethrowError()Throws contained error (if any) with a renewed stack trace.ObjectAnnotationMember. validateValue()Validates contained value against its member definition and if ok returns the value. -
Uses of Throwable in libcore.util
Fields in libcore.util declared as Throwable Modifier and Type Field Description static Throwable[]EmptyArray. THROWABLEMethods in libcore.util with parameters of type Throwable Modifier and Type Method Description static voidSneakyThrow. sneakyThrow(Throwable t) -
Uses of Throwable in org.apache.commons.codec
Subclasses of Throwable in org.apache.commons.codec Modifier and Type Class Description classDecoderExceptionThrown when a Decoder has encountered a failure condition during a decode.classEncoderExceptionThrown when there is a failure condition during the encoding process. -
Uses of Throwable in org.apache.commons.logging
Subclasses of Throwable in org.apache.commons.logging Modifier and Type Class Description classLogConfigurationExceptionAn exception that is thrown only if a suitableLogFactoryorLoginstance cannot be created by the corresponding factory methods.Fields in org.apache.commons.logging declared as Throwable Modifier and Type Field Description protected ThrowableLogConfigurationException. causeThe underlying cause of this exception.Methods in org.apache.commons.logging that return Throwable Modifier and Type Method Description ThrowableLogConfigurationException. getCause()Return the underlying cause of this exception (if any).Methods in org.apache.commons.logging with parameters of type Throwable Modifier and Type Method Description voidLog. debug(Object message, Throwable t)Log an error with debug log level.voidLog. error(Object message, Throwable t)Log an error with error log level.voidLog. fatal(Object message, Throwable t)Log an error with fatal log level.voidLog. info(Object message, Throwable t)Log an error with info log level.voidLog. trace(Object message, Throwable t)Log an error with trace log level.voidLog. warn(Object message, Throwable t)Log an error with warn log level.Constructors in org.apache.commons.logging with parameters of type Throwable Constructor Description LogConfigurationException(String message, Throwable cause)Construct a new exception with the specified detail message and cause.LogConfigurationException(Throwable cause)Construct a new exception with the specified cause and a derived detail message. -
Uses of Throwable in org.apache.commons.logging.impl
Methods in org.apache.commons.logging.impl with parameters of type Throwable Modifier and Type Method Description voidJdk14Logger. debug(Object message, Throwable exception)Logs a message withjava.util.logging.Level.FINE.voidNoOpLog. debug(Object message, Throwable t)Do nothingvoidSimpleLog. debug(Object message, Throwable t)Logs a message withorg.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_DEBUG.voidJdk14Logger. error(Object message, Throwable exception)Logs a message withjava.util.logging.Level.SEVERE.voidNoOpLog. error(Object message, Throwable t)Do nothingvoidSimpleLog. error(Object message, Throwable t)Logs a message withorg.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_ERROR.voidJdk14Logger. fatal(Object message, Throwable exception)Logs a message withjava.util.logging.Level.SEVERE.voidNoOpLog. fatal(Object message, Throwable t)Do nothingvoidSimpleLog. fatal(Object message, Throwable t)Logs a message withorg.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_FATAL.voidJdk14Logger. info(Object message, Throwable exception)Logs a message withjava.util.logging.Level.INFO.voidNoOpLog. info(Object message, Throwable t)Do nothingvoidSimpleLog. info(Object message, Throwable t)Logs a message withorg.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_INFO.protected voidSimpleLog. log(int type, Object message, Throwable t)Do the actual logging.voidJdk14Logger. trace(Object message, Throwable exception)Logs a message withjava.util.logging.Level.FINEST.voidNoOpLog. trace(Object message, Throwable t)Do nothingvoidSimpleLog. trace(Object message, Throwable t)Logs a message withorg.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_TRACE.voidJdk14Logger. warn(Object message, Throwable exception)Logs a message withjava.util.logging.Level.WARNING.voidNoOpLog. warn(Object message, Throwable t)Do nothingvoidSimpleLog. warn(Object message, Throwable t)Logs a message withorg.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_WARN. -
Uses of Throwable in org.apache.harmony.security.asn1
Subclasses of Throwable in org.apache.harmony.security.asn1 Modifier and Type Class Description classASN1ExceptionThrown by decoder/encoder stream to indicate violation of encoding rules. -
Uses of Throwable in org.apache.http
Subclasses of Throwable in org.apache.http Modifier and Type Class Description classConnectionClosedExceptionIndicates that a connection has been closed.classHttpExceptionSignals that an HTTP exception has occurred.classMalformedChunkCodingExceptionSignals a malformed chunked stream.classMethodNotSupportedExceptionIndicates that an HTTP method is not supported.classNoHttpResponseExceptionSignals that the target server failed to respond with a valid HTTP response.classParseExceptionIndicates a parse error.classProtocolExceptionSignals that an HTTP protocol violation has occurred.classUnsupportedHttpVersionExceptionIndicates an unsupported version of the HTTP protocol.Constructors in org.apache.http with parameters of type Throwable Constructor Description HttpException(String message, Throwable cause)Creates a new HttpException with the specified detail message and cause.MethodNotSupportedException(String message, Throwable cause)Creates a new MethodNotSupportedException with the specified detail message and cause.ProtocolException(String message, Throwable cause)Creates a new ProtocolException with the specified detail message and cause. -
Uses of Throwable in org.apache.http.auth
Subclasses of Throwable in org.apache.http.auth Modifier and Type Class Description classAuthenticationExceptionSignals a failure in authentication processclassInvalidCredentialsExceptionAuthentication credentials required to respond to a authentication challenge are invalidclassMalformedChallengeExceptionSignals that authentication challenge is in some way invalid or illegal in the given contextConstructors in org.apache.http.auth with parameters of type Throwable Constructor Description AuthenticationException(String message, Throwable cause)Creates a new AuthenticationException with the specified detail message and cause.InvalidCredentialsException(String message, Throwable cause)Creates a new InvalidCredentialsException with the specified detail message and cause.MalformedChallengeException(String message, Throwable cause)Creates a new MalformedChallengeException with the specified detail message and cause. -
Uses of Throwable in org.apache.http.client
Subclasses of Throwable in org.apache.http.client Modifier and Type Class Description classCircularRedirectExceptionSignals a circular redirectclassClientProtocolExceptionSignals an error in the HTTP protocol.classHttpResponseExceptionSignals a non 2xx HTTP response.classNonRepeatableRequestExceptionSignals failure to retry the request due to non-repeatable request entity.classRedirectExceptionSignals violation of HTTP specification caused by an invalid redirectConstructors in org.apache.http.client with parameters of type Throwable Constructor Description CircularRedirectException(String message, Throwable cause)Creates a new CircularRedirectException with the specified detail message and cause.ClientProtocolException(String message, Throwable cause)ClientProtocolException(Throwable cause)RedirectException(String message, Throwable cause)Creates a new RedirectException with the specified detail message and cause. -
Uses of Throwable in org.apache.http.conn
Subclasses of Throwable in org.apache.http.conn Modifier and Type Class Description classConnectionPoolTimeoutExceptionA timeout while waiting for an available connection from a connection manager.classConnectTimeoutExceptionA timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.classHttpHostConnectExceptionAConnectExceptionthat specifies theHttpHostthat was being connected to. -
Uses of Throwable in org.apache.http.cookie
Subclasses of Throwable in org.apache.http.cookie Modifier and Type Class Description classMalformedCookieExceptionSignals that a cookie is in some way invalid or illegal in a given contextConstructors in org.apache.http.cookie with parameters of type Throwable Constructor Description MalformedCookieException(String message, Throwable cause)Creates a new MalformedCookieException with the specified detail message and cause. -
Uses of Throwable in org.apache.http.impl.auth
Subclasses of Throwable in org.apache.http.impl.auth Modifier and Type Class Description classNTLMEngineExceptionSignals NTLM protocol failure.classUnsupportedDigestAlgorithmExceptionAuthentication credentials required to respond to a authentication challenge are invalidConstructors in org.apache.http.impl.auth with parameters of type Throwable Constructor Description NTLMEngineException(String message, Throwable cause)Creates a new NTLMEngineException with the specified detail message and cause.UnsupportedDigestAlgorithmException(String message, Throwable cause)Creates a new UnsupportedAuthAlgoritmException with the specified detail message and cause. -
Uses of Throwable in org.apache.http.impl.client
Subclasses of Throwable in org.apache.http.impl.client Modifier and Type Class Description classTunnelRefusedException -
Uses of Throwable in org.apache.http.impl.conn
Methods in org.apache.http.impl.conn that throw Throwable Modifier and Type Method Description protected voidSingleClientConnManager. finalize() -
Uses of Throwable in org.apache.http.impl.conn.tsccm
Methods in org.apache.http.impl.conn.tsccm that throw Throwable Modifier and Type Method Description protected voidThreadSafeClientConnManager. finalize() -
Uses of Throwable in org.apache.http.impl.cookie
Subclasses of Throwable in org.apache.http.impl.cookie Modifier and Type Class Description classDateParseExceptionAn exception to indicate an error parsing a date string. -
Uses of Throwable in org.apache.http.util
Methods in org.apache.http.util with parameters of type Throwable Modifier and Type Method Description static voidExceptionUtils. initCause(Throwable throwable, Throwable cause)If we're running on JDK 1.4 or later, initialize the cause for the given throwable. -
Uses of Throwable in org.apache.xml.dtm
Subclasses of Throwable in org.apache.xml.dtm Modifier and Type Class Description classDTMConfigurationExceptionIndicates a serious configuration error.classDTMDOMExceptionSimple implementation of DOMException.classDTMExceptionThis class specifies an exceptional condition that occured in the DTM module.Methods in org.apache.xml.dtm that return Throwable Modifier and Type Method Description ThrowableDTMException. getCause()Returns the cause of this throwable ornullif the cause is nonexistent or unknown.ThrowableDTMException. getException()This method retrieves an exception that this exception wraps.ThrowableDTMException. initCause(Throwable cause)Initializes the cause of this throwable to the specified value.Methods in org.apache.xml.dtm with parameters of type Throwable Modifier and Type Method Description ThrowableDTMException. initCause(Throwable cause)Initializes the cause of this throwable to the specified value.Constructors in org.apache.xml.dtm with parameters of type Throwable Constructor Description DTMConfigurationException(String msg, Throwable e)Create a newDTMConfigurationExceptionwith the givenExceptionbase cause and detail message.DTMConfigurationException(String message, SourceLocator locator, Throwable e)Wrap an existing exception in a DTMConfigurationException.DTMConfigurationException(Throwable e)Create a newDTMConfigurationExceptionwith a givenExceptionbase cause of the error.DTMException(String message, Throwable e)Wrap an existing exception in a DTMException.DTMException(String message, SourceLocator locator, Throwable e)Wrap an existing exception in a DTMException.DTMException(Throwable e)Create a new DTMException wrapping an existing exception. -
Uses of Throwable in org.apache.xml.dtm.ref
Subclasses of Throwable in org.apache.xml.dtm.ref Modifier and Type Class Description classDTMNamedNodeMap.DTMExceptionSimple implementation of DOMException. -
Uses of Throwable in org.apache.xml.serializer.utils
Subclasses of Throwable in org.apache.xml.serializer.utils Modifier and Type Class Description classWrappedRuntimeExceptionThis class is for throwing important checked exceptions over non-checked methods. -
Uses of Throwable in org.apache.xml.utils
Subclasses of Throwable in org.apache.xml.utils Modifier and Type Class Description classStopParseExceptionThis is a special exception that is used to stop parsing when search for an element.static classURI.MalformedURIExceptionMalformedURIExceptions are thrown in the process of building a URI or setting fields on a URI when an operation would result in an invalid URI specification.classWrappedRuntimeExceptionThis class is for throwing important checked exceptions over non-checked methods.Methods in org.apache.xml.utils with parameters of type Throwable Modifier and Type Method Description static voidDefaultErrorHandler. printLocation(PrintWriter pw, Throwable exception) -
Uses of Throwable in org.apache.xpath
Subclasses of Throwable in org.apache.xpath Modifier and Type Class Description classFoundIndexClass to let us know when it's time to do a search from the parent because of indexing.classXPathExceptionThis class implements an exception object that all XPath classes will throw in case of an error.classXPathProcessorExceptionDerived from XPathException in order that XPath processor exceptions may be specifically caught.Methods in org.apache.xpath that return Throwable Modifier and Type Method Description ThrowableXPathException. getException()Return the embedded exception, if any. -
Uses of Throwable in org.apache.xpath.domapi
Subclasses of Throwable in org.apache.xpath.domapi Modifier and Type Class Description classXPathStylesheetDOM3ExceptionA new exception to add support for DOM Level 3 XPath API. -
Uses of Throwable in org.apache.xpath.functions
Subclasses of Throwable in org.apache.xpath.functions Modifier and Type Class Description classWrongNumberArgsExceptionAn exception that is thrown if the wrong number of arguments to an exception are specified by the stylesheet. -
Uses of Throwable in org.bouncycastle.asn1
Subclasses of Throwable in org.bouncycastle.asn1 Modifier and Type Class Description classASN1ExceptionclassASN1ParsingExceptionMethods in org.bouncycastle.asn1 that return Throwable Modifier and Type Method Description ThrowableASN1Exception. getCause()ThrowableASN1ParsingException. getCause()Constructors in org.bouncycastle.asn1 with parameters of type Throwable Constructor Description ASN1ParsingException(String message, Throwable cause) -
Uses of Throwable in org.bouncycastle.cert
Subclasses of Throwable in org.bouncycastle.cert Modifier and Type Class Description classCertExceptionGeneral checked Exception thrown in the cert package and its sub-packages.classCertIOExceptionGeneral IOException thrown in the cert package and its sub-packages.Methods in org.bouncycastle.cert that return Throwable Modifier and Type Method Description ThrowableCertException. getCause()ThrowableCertIOException. getCause()Constructors in org.bouncycastle.cert with parameters of type Throwable Constructor Description CertException(String msg, Throwable cause)CertIOException(String msg, Throwable cause) -
Uses of Throwable in org.bouncycastle.cms
Subclasses of Throwable in org.bouncycastle.cms Modifier and Type Class Description classCMSAttributeTableGenerationExceptionclassCMSExceptionclassCMSRuntimeExceptionclassCMSSignerDigestMismatchExceptionclassCMSVerifierCertificateNotValidException -
Uses of Throwable in org.bouncycastle.crypto
Subclasses of Throwable in org.bouncycastle.crypto Modifier and Type Class Description classCryptoExceptionthe foundation class for the hard exceptions thrown by the crypto packages.classDataLengthExceptionthis exception is thrown if a buffer that is meant to have output copied into it turns out to be too short, or if we've been given insufficient input.classInvalidCipherTextExceptionthis exception is thrown whenever we find something we don't expect in a message.classOutputLengthExceptionclassRuntimeCryptoExceptionthe foundation class for the exceptions thrown by the crypto packages.Methods in org.bouncycastle.crypto that return Throwable Modifier and Type Method Description ThrowableCryptoException. getCause()Constructors in org.bouncycastle.crypto with parameters of type Throwable Constructor Description CryptoException(String message, Throwable cause)Create a CryptoException with the given message and underlying cause.InvalidCipherTextException(String message, Throwable cause)create a InvalidCipherTextException with the given message. -
Uses of Throwable in org.bouncycastle.crypto.digests
Methods in org.bouncycastle.crypto.digests that throw Throwable Modifier and Type Method Description protected voidOpenSSLDigest. finalize() -
Uses of Throwable in org.bouncycastle.jcajce.provider.asymmetric.util
Subclasses of Throwable in org.bouncycastle.jcajce.provider.asymmetric.util Modifier and Type Class Description classExtendedInvalidKeySpecExceptionMethods in org.bouncycastle.jcajce.provider.asymmetric.util that return Throwable Modifier and Type Method Description ThrowableExtendedInvalidKeySpecException. getCause()Constructors in org.bouncycastle.jcajce.provider.asymmetric.util with parameters of type Throwable Constructor Description ExtendedInvalidKeySpecException(String msg, Throwable cause) -
Uses of Throwable in org.bouncycastle.jce.exception
Subclasses of Throwable in org.bouncycastle.jce.exception Modifier and Type Class Description classExtCertPathBuilderExceptionclassExtCertPathValidatorExceptionMethods in org.bouncycastle.jce.exception that return Throwable Modifier and Type Method Description ThrowableExtCertPathBuilderException. getCause()ThrowableExtCertPathValidatorException. getCause()ThrowableExtException. getCause()Returns the cause of the exception.Constructors in org.bouncycastle.jce.exception with parameters of type Throwable Constructor Description ExtCertPathBuilderException(String message, Throwable cause)ExtCertPathBuilderException(String msg, Throwable cause, CertPath certPath, int index)ExtCertPathValidatorException(String message, Throwable cause)ExtCertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index) -
Uses of Throwable in org.bouncycastle.jce.provider
Subclasses of Throwable in org.bouncycastle.jce.provider Modifier and Type Class Description classAnnotatedExceptionclassPKIXNameConstraintValidatorExceptionMethods in org.bouncycastle.jce.provider that return Throwable Modifier and Type Method Description ThrowableAnnotatedException. getCause() -
Uses of Throwable in org.bouncycastle.operator
Subclasses of Throwable in org.bouncycastle.operator Modifier and Type Class Description classOperatorCreationExceptionclassOperatorExceptionclassOperatorStreamExceptionclassRuntimeOperatorExceptionMethods in org.bouncycastle.operator that return Throwable Modifier and Type Method Description ThrowableOperatorException. getCause()ThrowableOperatorStreamException. getCause()ThrowableRuntimeOperatorException. getCause()Constructors in org.bouncycastle.operator with parameters of type Throwable Constructor Description OperatorCreationException(String msg, Throwable cause)OperatorException(String msg, Throwable cause)OperatorStreamException(String msg, Throwable cause)RuntimeOperatorException(String msg, Throwable cause) -
Uses of Throwable in org.bouncycastle.util
Subclasses of Throwable in org.bouncycastle.util Modifier and Type Class Description classStoreExceptionMethods in org.bouncycastle.util that return Throwable Modifier and Type Method Description ThrowableStoreException. getCause()Constructors in org.bouncycastle.util with parameters of type Throwable Constructor Description StoreException(String s, Throwable e) -
Uses of Throwable in org.bouncycastle.util.encoders
Subclasses of Throwable in org.bouncycastle.util.encoders Modifier and Type Class Description classDecoderExceptionclassEncoderException -
Uses of Throwable in org.bouncycastle.util.io
Subclasses of Throwable in org.bouncycastle.util.io Modifier and Type Class Description classStreamOverflowException -
Uses of Throwable in org.bouncycastle.util.io.pem
Subclasses of Throwable in org.bouncycastle.util.io.pem Modifier and Type Class Description classPemGenerationExceptionMethods in org.bouncycastle.util.io.pem that return Throwable Modifier and Type Method Description ThrowablePemGenerationException. getCause()Constructors in org.bouncycastle.util.io.pem with parameters of type Throwable Constructor Description PemGenerationException(String message, Throwable cause) -
Uses of Throwable in org.bouncycastle.x509
Subclasses of Throwable in org.bouncycastle.x509 Modifier and Type Class Description classNoSuchStoreException -
Uses of Throwable in org.conscrypt
Subclasses of Throwable in org.conscrypt Modifier and Type Class Description classAlertExceptionThis exception is used to signal that a fatal alert has occurred while working through the protocol.classEndOfBufferExceptionThis exception indicates that data could not be read from the stream because the underlying input stream reached its end.classEndOfSourceExceptionThis exception indicates that data could not be read from the buffered stream because underlying data buffer was exhausted.classPinEntryExceptionMethods in org.conscrypt with parameters of type Throwable Modifier and Type Method Description protected voidMessage. fatalAlert(byte description, String reason, Throwable cause)Sends fatal alertMethods in org.conscrypt that throw Throwable Modifier and Type Method Description protected voidOpenSSLDigestContext. finalize()protected voidOpenSSLECGroupContext. finalize()protected voidOpenSSLEngine. finalize()protected voidOpenSSLKey. finalize()protected voidOpenSSLMessageDigestJDK. finalize()protected voidOpenSSLSessionImpl. finalize()protected voidOpenSSLSignature. finalize()protected voidOpenSSLSocketImpl. finalize()protected voidOpenSSLX509Certificate. finalize()protected voidOpenSSLX509CRL. finalize() -
Uses of Throwable in org.conscrypt.util
Fields in org.conscrypt.util declared as Throwable Modifier and Type Field Description static Throwable[]EmptyArray. THROWABLE -
Uses of Throwable in org.json
Subclasses of Throwable in org.json Modifier and Type Class Description classJSONExceptionThrown to indicate a problem with the JSON API. -
Uses of Throwable in org.robovm.rt.bro
Subclasses of Throwable in org.robovm.rt.bro Modifier and Type Class Description classEnumConstantMissingExceptionException to be thrown byValuedEnumin case it is not able marshal native to enum due missing value in enum -
Uses of Throwable in org.w3c.dom
Subclasses of Throwable in org.w3c.dom Modifier and Type Class Description classDOMExceptionDOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable). -
Uses of Throwable in org.w3c.dom.ls
Subclasses of Throwable in org.w3c.dom.ls Modifier and Type Class Description classLSExceptionParser or write operations may throw anLSExceptionif the processing is stopped. -
Uses of Throwable in org.xml.sax
Subclasses of Throwable in org.xml.sax Modifier and Type Class Description classSAXExceptionEncapsulate a general SAX error or warning.classSAXNotRecognizedExceptionException class for an unrecognized identifier.classSAXNotSupportedExceptionException class for an unsupported operation.classSAXParseExceptionEncapsulate an XML parse error or warning. -
Uses of Throwable in org.xmlpull.v1
Subclasses of Throwable in org.xmlpull.v1 Modifier and Type Class Description classXmlPullParserExceptionThis exception is thrown to signal XML Pull Parser related faults.Fields in org.xmlpull.v1 declared as Throwable Modifier and Type Field Description protected ThrowableXmlPullParserException. detailMethods in org.xmlpull.v1 that return Throwable Modifier and Type Method Description ThrowableXmlPullParserException. getDetail()Constructors in org.xmlpull.v1 with parameters of type Throwable Constructor Description XmlPullParserException(String msg, XmlPullParser parser, Throwable chain) -
Uses of Throwable in SQLite