|
jGCS Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
net.sf.jgcs.JGCSException
net.sf.jgcs.NotJoinedException
public class NotJoinedException
This class defines a NotJoinedException.
| Constructor Summary | |
|---|---|
NotJoinedException()
Creates a new NotJoinedException. |
|
NotJoinedException(java.lang.String s)
Creates a new NotJoinedException. |
|
NotJoinedException(java.lang.String s,
int code)
Creates a new NotJoinedException. |
|
NotJoinedException(java.lang.String s,
java.lang.Throwable cause)
Creates a new NotJoinedException. |
|
NotJoinedException(java.lang.String s,
java.lang.Throwable cause,
int code)
Creates a new NotJoinedException. |
|
| Method Summary |
|---|
| Methods inherited from class net.sf.jgcs.JGCSException |
|---|
getCause, getErrorCode |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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(java.lang.String s)
s - the error message
public NotJoinedException(java.lang.String s,
java.lang.Throwable cause)
s - the error message.cause - the throwable that caused this exception.
public NotJoinedException(java.lang.String s,
int code)
s - the error message.code - the error code.
public NotJoinedException(java.lang.String s,
java.lang.Throwable cause,
int code)
s - the error message.cause - the throwable that caused this exception.code - the error code.
|
jGCS Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||