|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ca.mcgill.cs.postina.PostinaJoinFailedException
public class PostinaJoinFailedException
The PostinaJoinFailedException is called when a node fails to join the P2P-Network.
| Field Summary | |
|---|---|
private static org.apache.log4j.Logger |
logger
|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
PostinaJoinFailedException(java.lang.String message)
Class constructor specifying a message to be displayed when the exception is thrown. |
|
| Method Summary |
|---|
| 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 |
| Field Detail |
|---|
private static final org.apache.log4j.Logger logger
private static final long serialVersionUID
| Constructor Detail |
|---|
public PostinaJoinFailedException(java.lang.String message)
message - The string to be displayed when the exception is thrown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||