org.globus.mds.webmds
Class WebmdsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.ServletException
              extended byorg.globus.mds.webmds.WebmdsException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ReflectionException, WebmdsConfigException, WebmdsXmlSourceException

public class WebmdsException
extends javax.servlet.ServletException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.ServletException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
WebmdsException()
           
WebmdsException(java.lang.Exception e)
           
WebmdsException(java.lang.String message)
           
WebmdsException(java.lang.String message, java.lang.Exception e)
           
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebmdsException

public WebmdsException()

WebmdsException

public WebmdsException(java.lang.String message)

WebmdsException

public WebmdsException(java.lang.String message,
                       java.lang.Exception e)

WebmdsException

public WebmdsException(java.lang.Exception e)