EASP API 6.4.0

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

Constructor Summary
CommunicationException()
          CommunicationException default constructor.
CommunicationException(String msg)
          CommunicationException constructor with message as an argument.
 
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
 

Constructor Detail

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

EASP API 6.4.0