org.javagroups.persistence
Class CannotConnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.javagroups.persistence.CannotConnectException
- All Implemented Interfaces:
- java.io.Serializable
- public class CannotConnectException
- extends java.lang.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.
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
reason
|
java.lang.Throwable |
t
members are made available so that the top level user can dump
appropriate members on to his stack trace |
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
t
public java.lang.Throwable t
- members are made available so that the top level user can dump
appropriate members on to his stack trace
reason
public java.lang.String reason
CannotConnectException
public CannotConnectException(java.lang.Exception t,
java.lang.String reason)
CannotConnectException
public CannotConnectException(java.lang.Throwable t,
java.lang.String reason)
toString
public java.lang.String toString()
- Returns:
- String;
Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.