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

String
reason
Throwable
t
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

String
toString()

Field Details

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 Details

CannotConnectException

public CannotConnectException(Exception t,
                              String reason)
Parameters:

CannotConnectException

public CannotConnectException(Throwable t,
                              String reason)
Parameters:

Method Details

toString

public String toString()
Returns:
String;

Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.