org.safehaus.triplesec.guardian
Class StoreConnectionException

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.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

Constructor Summary
StoreConnectionException()
           
StoreConnectionException(java.lang.String message)
           
StoreConnectionException(java.lang.String message, java.lang.Throwable nested)
           
StoreConnectionException(java.lang.Throwable nested)
           
 
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

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 -