org.exolab.core.messenger
Class AcceptorAlreadyRegisteredException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byorg.exolab.core.messenger.MessengerException
                      extended byorg.exolab.core.messenger.AcceptorAlreadyRegisteredException
All Implemented Interfaces:
java.io.Serializable

public class AcceptorAlreadyRegisteredException
extends MessengerException

This exception is thrown when an attempt is made to accept connections for a URI which is already accepting connections

Version:
$Revision: 1.2 $ $Date: 2002/02/17 20:46:53 $
Author:
Tim Anderson
See Also:
Messenger, Serialized Form

Field 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
 
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

AcceptorAlreadyRegisteredException

public AcceptorAlreadyRegisteredException()
Constructs a new AcceptorAlreadyRegisteredException with no detail message


AcceptorAlreadyRegisteredException

public AcceptorAlreadyRegisteredException(java.lang.String message)
Constructs a new AcceptorAlreadyRegisteredException with a detail message

Parameters:
message - the error message


Copyright © 1999-2005 The Exolab Group. All Rights Reserved.