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, getMessage
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AccessException(String s)
s
- the messagepublic AccessException(String s, Exception e)
s
- the messagee
- the cause