ca.mcgill.cs.postina
Class PostinaNotConnectedException

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

public class PostinaNotConnectedException
extends java.lang.Exception

The PostinaNotConnectedException is thrown when the client is not connected to the network and tries to execute an operation (e.g. send, publish, subscribe etc) for which a connection to the network is necessary.

Version:
18-Feb-08
Author:
Dominik Zindel
See Also:
Serialized Form

Field Summary
private static org.apache.log4j.Logger logger
           
private static long serialVersionUID
           
 
Constructor Summary
PostinaNotConnectedException()
           
PostinaNotConnectedException(java.lang.String msg)
           
 
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

PostinaNotConnectedException

public PostinaNotConnectedException()

PostinaNotConnectedException

public PostinaNotConnectedException(java.lang.String msg)