|
J2ME RMI Profile | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
ServerCloneException
is thrown if a remote exception occurs
during the cloning of a UnicastRemoteObject
.ServerCloneException
with the specified
detail message.
ServerCloneException
with the specified
detail message and nested exception.
ServerError
is thrown as a result of a remote method call
if the execution of the remote method on the server machine throws a
java.lang.Error
.ServerError
with the specified
detail message and nested error.
ServerException
is thrown as a result of a remote method call
if the execution of the remote method on the server machine throws a
RemoteException
.ServerException
with the specified
detail message.
ServerException
with the specified
detail message and nested exception.
ServerNotActiveException
is an Exception
thrown during a call to RemoteServer.getClientHost
if
the getClientHost method is called outside of servicing a remote
method call.ServerNotActiveException
with no specified
detail message.
ServerNotActiveException
with the specified
detail message.
SocketSecurityException
is thrown during remote object
export if the code exporting the remote object (either by construction
or by explicit call to the exportObject
method of
UnicastRemoteObject
or
java.rmi.activation.Activatable
) does not have permission
to create a java.net.ServerSocket
on the port number
specified during remote object export.SocketSecurityException
with the specified
detail message.
SocketSecurityException
with the specified
detail message and nested exception.
StubNotFoundException
is thrown if a valid stub class
could not be found for a remote object when it is exported.StubNotFoundException
with the specified
detail message and nested exception.
StubNotFoundException
with the specified
detail message and nested exception.
|
J2ME RMI Profile | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |