org.apache.pluto.driver.config
Class DriverConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.pluto.driver.config.DriverConfigurationException
All Implemented Interfaces:
Serializable

public class DriverConfigurationException
extends RuntimeException

Since:
Aug 10, 2005
See Also:
Serialized Form

Constructor Summary
DriverConfigurationException()
           
DriverConfigurationException(String message)
           
DriverConfigurationException(String message, Throwable cause)
           
DriverConfigurationException(Throwable cause)
           
 
Method Summary
 
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

DriverConfigurationException

public DriverConfigurationException()

DriverConfigurationException

public DriverConfigurationException(String message)

DriverConfigurationException

public DriverConfigurationException(String message,
                                    Throwable cause)

DriverConfigurationException

public DriverConfigurationException(Throwable cause)


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.