org.globus.mds.webmds
Class WebmdsConfigException

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.WebmdsConfigException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ParameterException, ParameterMapException

public class WebmdsConfigException
extends WebmdsException

See Also:
Serialized Form

Constructor Summary
WebmdsConfigException()
           
WebmdsConfigException(Exception e)
           
WebmdsConfigException(String message)
           
WebmdsConfigException(String message, 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

WebmdsConfigException

public WebmdsConfigException()

WebmdsConfigException

public WebmdsConfigException(String message)

WebmdsConfigException

public WebmdsConfigException(String message,
                             Exception e)

WebmdsConfigException

public WebmdsConfigException(Exception e)


Copyright © 1999-2006 University of Chicago. All rights reserved.