|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.safehaus.triplesec.guardian.GuardianException
org.safehaus.triplesec.guardian.NoConnectionDriverException
public class NoConnectionDriverException
A GuardianException which is thrown when no appropriate
ConnectionDriver for the URL a user specified is found.
| 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 |
|---|
public NoConnectionDriverException()
public NoConnectionDriverException(java.lang.String message)
message - a detailed descriptionpublic NoConnectionDriverException(java.lang.Throwable nested)
nested - the root cause of this exception
public NoConnectionDriverException(java.lang.String message,
java.lang.Throwable nested)
message - a detailed descriptionnested - the root cause of this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||