ca.mcgill.cs.postina
Class PostinaJoinFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ca.mcgill.cs.postina.PostinaJoinFailedException
All Implemented Interfaces:
java.io.Serializable

public class PostinaJoinFailedException
extends java.lang.Exception

The PostinaJoinFailedException is called when a node fails to join the P2P-Network.

Version:
Oct 22, 2007
Author:
Dominik Zindel
See Also:
Serialized Form

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

logger

private static final org.apache.log4j.Logger logger

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

PostinaJoinFailedException

public PostinaJoinFailedException(java.lang.String message)
Class constructor specifying a message to be displayed when the exception is thrown.

Parameters:
message - The string to be displayed when the exception is thrown.