cisco.uc.cuae
Class messaging.UnderlyingProtocolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cisco.uc.cuae.messaging.MessagingException
              extended by cisco.uc.cuae.messaging.UnderlyingProtocolException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
messaging

public static class messaging.UnderlyingProtocolException
extends messaging.MessagingException

Thrown when there is some issue with the backend Service Provider , like Server not reachable etc

See Also:
Serialized Form

Field Summary
 
Fields inherited from class cisco.uc.cuae.messaging.MessagingException
data, detail, errorCode, errorString
 
Constructor Summary
messaging.UnderlyingProtocolException()
          Constructs the UnderlyingProtocolException.
messaging.UnderlyingProtocolException(java.lang.Integer errorCode, java.lang.String errorString, java.lang.String detail, java.lang.Object data)
          Constructs the UnderlyingProtocolException.
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class cisco.uc.cuae.messaging.MessagingException
getData, getDetail, getErrorCode, getErrorString, setData, setDetail, setErrorCode, setErrorString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

messaging.UnderlyingProtocolException

public messaging.UnderlyingProtocolException()
Constructs the UnderlyingProtocolException. Don't init any fields.


messaging.UnderlyingProtocolException

public messaging.UnderlyingProtocolException(java.lang.Integer errorCode,
                                             java.lang.String errorString,
                                             java.lang.String detail,
                                             java.lang.Object data)
Constructs the UnderlyingProtocolException.

Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class messaging.MessagingException


Copyright © 2008. All Rights Reserved.