com.adventnet.nms.extranet.remote.communication.fw
Class CommunicationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.adventnet.nms.extranet.remote.communication.fw.CommunicationException
- All Implemented Interfaces:
- java.io.Serializable
- public class CommunicationException
- extends java.lang.Exception
This exception is thrown when communication between the Central Server and the DMS fails. For instance, a communication failure can happen when the network link between the Central Server and the DMS is disconnected.
- See Also:
- Serialized Form
|
Constructor Summary |
CommunicationException()
Constructs a new instance of CommunicationException without a detailed message. |
CommunicationException(java.lang.String str)
Constructs a new instance of CommunicationException with the given detailed message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CommunicationException
public CommunicationException()
- Constructs a new instance of CommunicationException without a detailed message.
A detailed message is a String that describes this particular exception.
CommunicationException
public CommunicationException(java.lang.String str)
- Constructs a new instance of CommunicationException with the given detailed message.
A detailed message is a String that describes the exception.
- Parameters:
str - the detailed message