org.safehaus.triplesec.guardian
Class StoreConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.safehaus.triplesec.guardian.GuardianException
org.safehaus.triplesec.guardian.StoreConnectionException
- All Implemented Interfaces:
- java.io.Serializable
public class StoreConnectionException
- extends GuardianException
A GuardianException which is thrown when ConnectionDriver
failed to connect to ApplicationPolicy due to network,
authentication, or parameter problems.
- Version:
- $Rev: 53 $, $Date: 2005-08-21 20:58:16 -0400 (Sun, 21 Aug 2005) $
- Author:
- Trustin Lee
- See Also:
- Serialized Form
| 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 |
StoreConnectionException
public StoreConnectionException()
StoreConnectionException
public StoreConnectionException(java.lang.String message)
- Parameters:
message -
StoreConnectionException
public StoreConnectionException(java.lang.Throwable nested)
- Parameters:
nested -
StoreConnectionException
public StoreConnectionException(java.lang.String message,
java.lang.Throwable nested)
- Parameters:
message - nested -