public class AccessException extends RemoteException
bind in an ActivationSystem.Naming,
ActivationSystem,
Serialized Formdetail| Constructor and Description |
|---|
AccessException(String s)
Create an exception with a message.
|
AccessException(String s,
Exception e)
Create an exception with a message and a cause.
|
getCause, getMessagefillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AccessException(String s)
s - the messagepublic AccessException(String s, Exception e)
s - the messagee - the cause