org.jgroups.persistence

Class CannotConnectException

public class CannotConnectException extends Exception

Author: Mandar Shinde This exception inherits the Exception class and is used in cases where the Persistence Storage cannot be connected to for any purpose.

Field Summary
Stringreason
Throwablet
members are made available so that the top level user can dump appropriate members on to his stack trace
Constructor Summary
CannotConnectException(Exception t, String reason)
CannotConnectException(Throwable t, String reason)
Method Summary
StringtoString()

Field Detail

reason

public String reason

t

public Throwable t
members are made available so that the top level user can dump appropriate members on to his stack trace

Constructor Detail

CannotConnectException

public CannotConnectException(Exception t, String reason)

Parameters: t reason implementor-specified runtime reason

CannotConnectException

public CannotConnectException(Throwable t, String reason)

Parameters: t reason implementor-specified runtime reason

Method Detail

toString

public String toString()

Returns: String;

Copyright ? 1998-2005 Bela Ban. All Rights Reserved.