|
||||||||||
| 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
public class GuardianException
An exception thrown by ApplicationPolicy and
ApplicationPolicyFactory when connection to the store is
not established or crashed.
| Constructor Summary | |
|---|---|
GuardianException()
Creates a simple exception with no message. |
|
GuardianException(java.lang.String message)
Creates a an exception with a message. |
|
GuardianException(java.lang.String message,
java.lang.Throwable nested)
Creates a nested exception wrapping another throwable with a message. |
|
GuardianException(java.lang.Throwable nested)
Creates a nested exception wrapping another throwable. |
|
| 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 GuardianException()
public GuardianException(java.lang.String message)
message - a message String indicating the problempublic GuardianException(java.lang.Throwable nested)
nested - the throwable wrapped by this ExceptionTests.
public GuardianException(java.lang.String message,
java.lang.Throwable nested)
message - a message String indicating the problemnested - the throwable wrapped by this ExceptionTests.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||