|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.exolab.core.messenger.MessengerException
org.exolab.core.messenger.AcceptorAlreadyRegisteredException
public class AcceptorAlreadyRegisteredException
This exception is thrown when an attempt is made to accept connections for a URI which is already accepting connections
Messenger
,
Serialized FormField Summary |
---|
Fields inherited from class java.rmi.RemoteException |
---|
detail |
Constructor Summary | |
---|---|
AcceptorAlreadyRegisteredException()
Constructs a new AcceptorAlreadyRegisteredException with
no detail message |
|
AcceptorAlreadyRegisteredException(java.lang.String message)
Constructs a new AcceptorAlreadyRegisteredException with
a detail message |
Method Summary |
---|
Methods inherited from class org.exolab.core.messenger.MessengerException |
---|
getException, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.rmi.RemoteException |
---|
getCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AcceptorAlreadyRegisteredException()
AcceptorAlreadyRegisteredException
with
no detail message
public AcceptorAlreadyRegisteredException(java.lang.String message)
AcceptorAlreadyRegisteredException
with
a detail message
message
- the error message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |