|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jbora.JBoraException
jbora.NotJoinedException
Thrown when the owner of the JBora object hasn't joined the group.
| Constructor Summary | |
NotJoinedException()
Creates a new exception. |
|
NotJoinedException(String message)
Creates a new exception and initializes it with a message. |
|
NotJoinedException(String message,
Throwable cause)
Creates a new exception and initializes it with a cause and a message. |
|
NotJoinedException(Throwable cause)
Creates a new exception and initializes it with a cause. |
|
| 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 NotJoinedException()
public NotJoinedException(String message)
message - Exception messagepublic NotJoinedException(Throwable cause)
cause - Exception cause
public NotJoinedException(String message,
Throwable cause)
message - Exception messagecause - Exception cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||