Modifier and Type | Class and Description |
---|---|
class |
EWException
Signals that an eWON exception of some sort has occurred.
|
Modifier and Type | Class and Description |
---|---|
class |
CharConversionException |
class |
EOFException |
class |
FileNotFoundException |
class |
InterruptedIOException |
class |
InvalidClassException |
class |
InvalidObjectException |
class |
IOException |
class |
NotActiveException |
class |
NotSerializableException |
class |
ObjectStreamException |
class |
OptionalDataException |
class |
StreamCorruptedException |
class |
SyncFailedException |
class |
UnsupportedEncodingException |
class |
UTFDataFormatException |
class |
WriteAbortedException |
Modifier and Type | Method and Description |
---|---|
protected void |
RandomAccessFile.finalize() |
Constructor and Description |
---|
IOException(String s,
Throwable t) |
IOException(Throwable t) |
ObjectStreamException(String s,
Throwable t) |
ObjectStreamException(Throwable t) |
Modifier and Type | Method and Description |
---|---|
Throwable |
Throwable.fillInStackTrace()
Records the stack trace from the point where this method has been called
to this
Throwable . |
Throwable |
Throwable.getCause()
Returns the cause of this
Throwable , or null if there is
no cause. |
Throwable |
ClassNotFoundException.getException() |
Throwable |
ExceptionInInitializerError.getException() |
Throwable |
Throwable.initCause(Throwable throwable)
Initializes the cause of this
Throwable . |
Modifier and Type | Method and Description |
---|---|
Throwable |
Throwable.initCause(Throwable throwable)
Initializes the cause of this
Throwable . |
void |
Thread.stop(Throwable thr)
stop(Throwable thr) performs an access check and then throws "thr" in
the victim thread.
|
void |
ThreadGroup.uncaughtException(Thread t,
Throwable e)
uncaughtException(Thread t, Throwable e)
handles exceptions thrown by any thread in this group and not caught
by any exception handler in that thread's execution stack.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Object.finalize()
The default finalizer does nothing.
|
Constructor and Description |
---|
ClassNotFoundException(String s,
Throwable t) |
Error(String message,
Throwable cause) |
Error(Throwable cause) |
Exception(String message,
Throwable cause) |
Exception(Throwable cause) |
ExceptionInInitializerError(Throwable t) |
RuntimeException(String message,
Throwable cause) |
RuntimeException(Throwable cause) |
Throwable(String detailMessage,
Throwable throwable)
Constructs a new
Throwable with the current stack trace, the
specified detail message and the specified cause. |
Throwable(Throwable throwable)
Constructs a new
Throwable with the current stack trace and the
specified cause. |
Modifier and Type | Class and Description |
---|---|
class |
InvocationTargetException |
class |
UndeclaredThrowableException |
Modifier and Type | Method and Description |
---|---|
Throwable |
InvocationTargetException.getTargetException() |
Throwable |
UndeclaredThrowableException.getUndeclaredThrowable() |
Modifier and Type | Method and Description |
---|---|
Object |
InvocationHandler.invoke(Object proxy,
Method m,
Object[] args) |
Constructor and Description |
---|
InvocationTargetException(Throwable target) |
InvocationTargetException(Throwable target,
String detail) |
UndeclaredThrowableException(Throwable undeclaredThrowable) |
UndeclaredThrowableException(Throwable undeclaredThrowable,
String detail) |
Modifier and Type | Class and Description |
---|---|
class |
BindException |
class |
MalformedURLException |
class |
NoRouteToHostException |
class |
PortUnreachableException
PortUnreachableException: new since 1.4
|
class |
ProtocolException |
class |
SocketException |
class |
SocketTimeoutException |
class |
UnknownHostException |
class |
UnknownServiceException |
class |
URISyntaxException
URISyntaxException: new since 1.4 Api
|
Modifier and Type | Class and Description |
---|---|
class |
AccessException |
class |
AlreadyBoundException |
class |
ConnectException |
class |
ConnectIOException |
class |
MarshalException |
class |
NoSuchObjectException |
class |
NotBoundException |
class |
RemoteException |
class |
RMISecurityException |
class |
ServerError |
class |
ServerException |
class |
ServerRuntimeException |
class |
StubNotFoundException |
class |
UnexpectedException |
class |
UnmarshalException |
Modifier and Type | Field and Description |
---|---|
Throwable |
RemoteException.detail |
Constructor and Description |
---|
RemoteException(String s,
Throwable ex) |
Modifier and Type | Class and Description |
---|---|
class |
ActivateFailedException |
class |
ActivationException |
class |
UnknownGroupException |
class |
UnknownObjectException |
Modifier and Type | Field and Description |
---|---|
Throwable |
ActivationException.detail |
Constructor and Description |
---|
ActivationException(String s,
Throwable ex) |
Modifier and Type | Class and Description |
---|---|
class |
ExportException |
class |
ServerCloneException |
class |
ServerNotActiveException |
class |
SkeletonMismatchException |
class |
SkeletonNotFoundException |
class |
SocketSecurityException |
Constructor and Description |
---|
ServerException(String s,
Throwable ex) |
Modifier and Type | Class and Description |
---|---|
class |
AccessControlException |
class |
DigestException |
class |
GeneralSecurityException |
class |
InvalidAlgorithmParameterException |
class |
InvalidKeyException |
class |
InvalidParameterException |
class |
KeyException |
class |
KeyManagementException |
class |
KeyStoreException |
class |
NoSuchAlgorithmException |
class |
NoSuchProviderException |
class |
PrivilegedActionException |
class |
ProviderException |
class |
SignatureException |
class |
UnrecoverableKeyException |
Modifier and Type | Class and Description |
---|---|
class |
AclNotFoundException |
class |
LastOwnerException |
class |
NotOwnerException |
Modifier and Type | Class and Description |
---|---|
class |
CertificateException
This class represents a general certificate exception.
|
class |
CertPathBuilderException
Indicates a problem while using a
CertPathBuilder , wrapping
the lower exception. |
class |
CertPathValidatorException
Indicates a problem while validating a certification path.
|
class |
CertStoreException
Indicates a problem while retrieving certificates and CRLs from
CertStore , wrapping the lower exception. |
class |
CRLException |
Modifier and Type | Method and Description |
---|---|
Throwable |
CertPathBuilderException.getCause()
Get the cause, null if unknown.
|
Throwable |
CertPathValidatorException.getCause()
Get the cause, null if unknown.
|
Throwable |
CertStoreException.getCause()
Get the cause, null if unknown.
|
Constructor and Description |
---|
CertPathBuilderException(String msg,
Throwable cause)
Create an exception with a cause and a message.
|
CertPathBuilderException(Throwable cause)
Create an exception with a cause.
|
CertPathValidatorException(String msg,
Throwable cause)
Create an exception with a cause and a message.
|
CertPathValidatorException(String msg,
Throwable cause,
CertPath certPath,
int index)
Create an exception with a cause, message, failed object, and index of
failure in that CertPath.
|
CertPathValidatorException(Throwable cause)
Create an exception with a cause.
|
CertStoreException(String msg,
Throwable cause)
Create an exception with a cause and a message.
|
CertStoreException(Throwable cause)
Create an exception with a cause.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidKeySpecException |
class |
InvalidParameterSpecException |
Modifier and Type | Class and Description |
---|---|
class |
BatchUpdateException |
class |
DataTruncation |
class |
SQLException |
class |
SQLWarning |
Modifier and Type | Class and Description |
---|---|
class |
ParseException |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentModificationException |
class |
EmptyStackException |
class |
MissingResourceException |
class |
NoSuchElementException |
class |
TooManyListenersException |
Modifier and Type | Class and Description |
---|---|
class |
JarException |
Modifier and Type | Class and Description |
---|---|
class |
DataFormatException |
class |
ZipException |