org.planx.xmlstore
Class NameAlreadyBoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.planx.xmlstore.NameServerException
              extended by org.planx.xmlstore.NameAlreadyBoundException
All Implemented Interfaces:
Serializable

public class NameAlreadyBoundException
extends NameServerException

Author:
Henning Niss
See Also:
Serialized Form

Constructor Summary
NameAlreadyBoundException(String msg)
           
NameAlreadyBoundException(String name, Reference vref)
           
NameAlreadyBoundException(String msg, Throwable cause)
           
NameAlreadyBoundException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NameAlreadyBoundException

public NameAlreadyBoundException(Throwable cause)

NameAlreadyBoundException

public NameAlreadyBoundException(String msg)

NameAlreadyBoundException

public NameAlreadyBoundException(String msg,
                                 Throwable cause)

NameAlreadyBoundException

public NameAlreadyBoundException(String name,
                                 Reference vref)


Copyright © 2004-2005 Plan-X. All Rights Reserved.