|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.tribe.exceptions.NotConnectedException
This class defines a NotConnectedException
Constructor Summary | |
NotConnectedException()
Creates a new NotConnectedException object |
|
NotConnectedException(java.lang.String message)
Creates a new NotConnectedException object |
|
NotConnectedException(java.lang.String message,
java.lang.Throwable cause)
Creates a new NotConnectedException object |
|
NotConnectedException(java.lang.Throwable cause)
Creates a new NotConnectedException object |
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 |
public NotConnectedException()
NotConnectedException
object
public NotConnectedException(java.lang.String message)
NotConnectedException
object
message
- error messagepublic NotConnectedException(java.lang.String message, java.lang.Throwable cause)
NotConnectedException
object
message
- error messagecause
- error causepublic NotConnectedException(java.lang.Throwable cause)
NotConnectedException
object
cause
- error cause
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |