org.globus.wsrf.config
Class ConfigException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.globus.common.ChainedException
                    |
                    +--org.globus.wsrf.config.ConfigException
All Implemented Interfaces:
Serializable

public class ConfigException
extends ChainedException

See Also:
Serialized Form

Constructor Summary
ConfigException(Exception e)
           
ConfigException(String message)
           
ConfigException(String message, Exception e)
           
 
Methods inherited from class org.globus.common.ChainedException
getException, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigException

public ConfigException(String message)

ConfigException

public ConfigException(Exception e)

ConfigException

public ConfigException(String message,
                       Exception e)


Copyright © 1999-2003 University of Chicago and The University of Southern California. All rights reserved.