AccessException |
An AccessException is thrown by certain methods of the
java.rmi.Naming class (specifically bind ,
rebind , and unbind ) and methods of the
java.rmi.activation.ActivationSystem interface to
indicate that the caller does not have permission to perform the action
requested by the method call. |
ActivateFailedException |
This exception is thrown by the RMI runtime when activation
fails during a remote call to an activatable object. |
AuthenticationException |
This exception is thrown by a SASL mechanism implementation
to indicate that the SASL
exchange has failed due to reasons related to authentication, such as
an invalid identity, passphrase, or key. |
BindException |
Signals that an error occurred while attempting to bind a
socket to a local address and port. |
ConnectException |
Signals that an error occurred while attempting to connect a
socket to a remote address and port. |
ConnectIOException |
A ConnectIOException is thrown if an
IOException occurs while making a connection
to the remote host for a remote method call. |
ConnectionResetException |
Thrown to indicate a connection reset. |
ConversionBufferFullException |
This class is deprecated.
Replaced by java.nio.charset . THIS API WILL BE
REMOVED IN J2SE 1.6.
|
ExportException |
An ExportException is a RemoteException
thrown if an attempt to export a remote object fails. |
FtpLoginException |
This exception is thrown when an error is encountered during an
FTP login operation. |
IIOInvalidTreeException |
An IIOInvalidTreeException is thrown when an attempt
by an IIOMetadata object to parse a tree of
IIOMetadataNode s fails. |
InvalidClassException |
Thrown when the Serialization runtime detects one of the following
problems with a Class. |
InvalidFormatException |
This exception is used when a reader is used to read file of a format
it doesn't unterstand or support. |
InvalidObjectException |
Indicates that one or more deserialized objects failed validation
tests. |
JarException |
Signals that an error of some sort has occurred while reading from
or writing to a JAR file. |
MalformedInputException |
Checked exception thrown when an input byte sequence is not legal for given
charset, or an input character sequence is not a legal sixteen-bit Unicode
sequence. |
MarshalException |
A MarshalException is thrown if a
java.io.IOException occurs while marshalling the remote call
header, arguments or return value for a remote method call. |
NoRouteToHostException |
Signals that an error occurred while attempting to connect a
socket to a remote address and port. |
NoSuchObjectException |
A NoSuchObjectException is thrown if an attempt is made to
invoke a method on an object that no longer exists in the remote virtual
machine. |
NotActiveException |
Thrown when serialization or deserialization is not active. |
NotSerializableException |
Thrown when an instance is required to have a Serializable interface. |
OptionalDataException |
Exception indicating the failure of an object read operation due to
unread primitive data, or the end of data belonging to a serialized
object in the stream. |
PortUnreachableException |
Signals that an ICMP Port Unreachable message has been
received on a connected datagram. |
RIFFInvalidDataException |
This exception is used when a RIFF file contains illegal or unexpected data. |
RIFFInvalidFormatException |
This exception is used when a reader is used to read RIFF file of a format it
doesn't unterstand or support. |
SSLHandshakeException |
Indicates that the client and server could not negotiate the
desired level of security. |
SSLKeyException |
Reports a bad SSL key. |
SSLPeerUnverifiedException |
Indicates that the peer's identity has not been verified. |
SSLProtocolException |
Reports an error in the operation of the SSL protocol. |
ServerError |
A ServerError is thrown as a result of a remote method
invocation when an Error is thrown while processing
the invocation on the server, either while unmarshalling the arguments,
executing the remote method itself, or marshalling the return value. |
ServerException |
A ServerException is thrown as a result of a remote method
invocation when a RemoteException is thrown while processing
the invocation on the server, either while unmarshalling the arguments or
executing the remote method itself. |
ServerRuntimeException |
This class is deprecated.
no replacement
|
SkeletonMismatchException |
This class is deprecated.
no replacement. Skeletons are no longer required for remote
method calls in the Java 2 platform v1.2 and greater.
|
SkeletonNotFoundException |
This class is deprecated.
no replacement. Skeletons are no longer required for remote
method calls in the Java 2 platform v1.2 and greater.
|
SocketSecurityException |
An obsolete subclass of ExportException . |
SocketTimeoutException |
Signals that a timeout has occurred on a socket read or accept. |
StreamCorruptedException |
Thrown when control information that was read from an object stream
violates internal consistency checks. |
StubNotFoundException |
A StubNotFoundException is thrown if a valid stub class
could not be found for a remote object when it is exported. |
UnexpectedException |
An UnexpectedException is thrown if the client of a
remote method call receives, as a result of the call, a checked
exception that is not among the checked exception types declared in the
throws clause of the method in the remote interface. |
UnknownCharacterException |
This class is deprecated.
Replaced by java.nio.charset . THIS API WILL BE
REMOVED IN J2SE 1.6.
|
UnknownHostException |
An UnknownHostException is thrown if a
java.net.UnknownHostException occurs while creating
a connection to the remote host for a remote method call. |
UnmappableCharacterException |
Checked exception thrown when an input character (or byte) sequence
is valid but cannot be mapped to an output byte (or character)
sequence. |
UnmarshalException |
An UnmarshalException can be thrown while unmarshalling the
parameters or results of a remote method call if any of the following
conditions occur:
- if an exception occurs while unmarshalling the call header
- if the protocol for the return value is invalid
- if a
java.io.IOException occurs unmarshalling
parameters (on the server side) or the return value (on the client side). |
WriteAbortedException |
Signals that one of the ObjectStreamExceptions was thrown during a
write operation. |