org.planx.xmlstore
Class NameServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.planx.xmlstore.NameServerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NameAlreadyBoundException, StaleReferenceException

public abstract class NameServerException
extends Exception

Author:
Henning Niss
See Also:
Serialized Form

Constructor Summary
NameServerException(String msg)
           
NameServerException(String msg, Throwable cause)
           
NameServerException(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

NameServerException

public NameServerException(Throwable cause)

NameServerException

public NameServerException(String msg)

NameServerException

public NameServerException(String msg,
                           Throwable cause)


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