org.globus.mds.webmds
Class WebmdsXmlSourceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.ServletException
              extended byorg.globus.mds.webmds.WebmdsException
                  extended byorg.globus.mds.webmds.WebmdsXmlSourceException
All Implemented Interfaces:
java.io.Serializable

public class WebmdsXmlSourceException
extends WebmdsException

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
WebmdsXmlSourceException()
           
WebmdsXmlSourceException(java.lang.Exception e)
           
WebmdsXmlSourceException(java.lang.String message)
           
WebmdsXmlSourceException(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

WebmdsXmlSourceException

public WebmdsXmlSourceException()

WebmdsXmlSourceException

public WebmdsXmlSourceException(java.lang.String message)

WebmdsXmlSourceException

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

WebmdsXmlSourceException

public WebmdsXmlSourceException(java.lang.Exception e)