org.safehaus.triplesec.guardian
Class NoConnectionDriverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.safehaus.triplesec.guardian.GuardianException
                  extended by org.safehaus.triplesec.guardian.NoConnectionDriverException
All Implemented Interfaces:
java.io.Serializable

public class NoConnectionDriverException
extends GuardianException

A GuardianException which is thrown when no appropriate ConnectionDriver for the URL a user specified is found.

Version:
$Rev: 52 $, $Date: 2005-08-19 23:03:36 -0400 (Fri, 19 Aug 2005) $
Author:
Trustin Lee
See Also:
Serialized Form

Constructor Summary
NoConnectionDriverException()
          Creates a new instance.
NoConnectionDriverException(java.lang.String message)
          Creates a new instance.
NoConnectionDriverException(java.lang.String message, java.lang.Throwable nested)
          Creates a new instance.
NoConnectionDriverException(java.lang.Throwable nested)
          Creates a new instance.
 
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

NoConnectionDriverException

public NoConnectionDriverException()
Creates a new instance.


NoConnectionDriverException

public NoConnectionDriverException(java.lang.String message)
Creates a new instance.

Parameters:
message - a detailed description

NoConnectionDriverException

public NoConnectionDriverException(java.lang.Throwable nested)
Creates a new instance.

Parameters:
nested - the root cause of this exception

NoConnectionDriverException

public NoConnectionDriverException(java.lang.String message,
                                   java.lang.Throwable nested)
Creates a new instance.

Parameters:
message - a detailed description
nested - the root cause of this exception