net.sf.colle.sql
Class NoDefaultConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sf.colle.util.OuterRuntimeException
                  extended bynet.sf.colle.sql.NoDefaultConfigurationException
All Implemented Interfaces:
Serializable

public class NoDefaultConfigurationException
extends OuterRuntimeException

Thrown by ConnectionManger when the default configuration is not defined.

Version:
$Revision: 1.1 $, $Date: 2004/09/13 05:22:40 $
Author:
Dwayne Schultz
See Also:
Created: 12 Sep 2004, Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
NoDefaultConfigurationException()
          Constructs an exception with no inner throwable.
NoDefaultConfigurationException(String psMessage)
          Constructs an exception with a message and no inner throwable.
NoDefaultConfigurationException(String psMessage, Throwable pxInnerThrowable)
          Constructs an exception with a message and a throwable
NoDefaultConfigurationException(Throwable pxInnerThrowable)
          Constructs an exception with a throwable
 
Methods inherited from class net.sf.colle.util.OuterRuntimeException
getInnerThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoDefaultConfigurationException

public NoDefaultConfigurationException()
Constructs an exception with no inner throwable.


NoDefaultConfigurationException

public NoDefaultConfigurationException(String psMessage)
Constructs an exception with a message and no inner throwable.


NoDefaultConfigurationException

public NoDefaultConfigurationException(Throwable pxInnerThrowable)
Constructs an exception with a throwable


NoDefaultConfigurationException

public NoDefaultConfigurationException(String psMessage,
                                       Throwable pxInnerThrowable)
Constructs an exception with a message and a throwable