Parsing Engine

danbikel.switchboard
Class RegistrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by danbikel.switchboard.RegistrationException
All Implemented Interfaces:
Serializable

public class RegistrationException
extends RemoteException

An exception raised when a switchboard user cannot be registered properly with the switchboard.

See Also:
SwitchboardRemote, Switchboard, Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
RegistrationException()
          Constructs a new RegistrationException.
RegistrationException(String msg)
          Constructs a new RegistrationException with the specified message.
RegistrationException(String msg, Throwable ex)
          Constructs a new RegistrationException with the specified message and nested exception.
 
Method Summary
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegistrationException

public RegistrationException()
Constructs a new RegistrationException.


RegistrationException

public RegistrationException(String msg)
Constructs a new RegistrationException with the specified message.


RegistrationException

public RegistrationException(String msg,
                             Throwable ex)
Constructs a new RegistrationException with the specified message and nested exception.


Parsing Engine

Author: Dan Bikel.