net.juniper.smgt.ent.im
Class CommunicationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--net.juniper.smgt.ent.im.EntException
|
+--net.juniper.smgt.ent.im.CommunicationException
- All Implemented Interfaces:
- Serializable
- public class CommunicationException
- extends EntException
This exception is thrown if the EASP fails to communicate with an external component.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CommunicationException
public CommunicationException()
- CommunicationException default constructor.
CommunicationException
public CommunicationException(String msg)
- CommunicationException constructor with message as an argument.
- Parameters:
msg - java.lang.String the message