January 1998
Intermediate to advanced
384 pages
10h 45m
English
java.rmi.AccessException
A RemoteException caused by an attempt to
perform an improper operation on the Naming or
Registry interface. A registry only allows local
requests to bind, rebind or unbind objects, so an attempt to call
these methods on a remote registry results in an
AccessException.
public class AccessException extends java.rmi.RemoteException { // Public constructors public AccessException(String descr); public AccessException(String descr, Exception detail); }
Read now
Unlock full access