org.globus.mds.webmds
Class ParameterMapException

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
                      extended byorg.globus.mds.webmds.ParameterMapException
All Implemented Interfaces:
Serializable

public class ParameterMapException
extends WebmdsConfigException

See Also:
Serialized Form

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

ParameterMapException

public ParameterMapException()

ParameterMapException

public ParameterMapException(String message)

ParameterMapException

public ParameterMapException(String message,
                             Exception e)

ParameterMapException

public ParameterMapException(Exception e)


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