ca.mcgill.cs.postina
Class PostinaNotConnectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| 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 |
logger
private static final org.apache.log4j.Logger logger
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
PostinaNotConnectedException
public PostinaNotConnectedException()
PostinaNotConnectedException
public PostinaNotConnectedException(java.lang.String msg)