org.globus.mds.webmds
Class ReflectionException

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.ReflectionException
All Implemented Interfaces:
java.io.Serializable

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

ReflectionException

public ReflectionException()

ReflectionException

public ReflectionException(java.lang.String message)

ReflectionException

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

ReflectionException

public ReflectionException(java.lang.Exception e)