Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Uses of Class
com.bea.wcp.diameter.MessageException

Packages that use MessageException
com.bea.wcp.diameter The Diameter base protocol API. 
com.bea.wcp.diameter.accounting The Diameter offline charging API (Rf interface). 
com.bea.wcp.diameter.cc The Diameter credit control API (Ro interface). 

 

Uses of MessageException in com.bea.wcp.diameter

 

Subclasses of MessageException in com.bea.wcp.diameter
 class AvpException
          Exception raised if an invalid AVP was encountered in a Diameter message.

 

Methods in com.bea.wcp.diameter that return MessageException
static MessageException MessageException.unableToComply(String msg)
          Convenience method to return a new UNABLE_TO_COMPLY MessageException.

 

Methods in com.bea.wcp.diameter that throw MessageException
 void Message.decodeAvps(ByteBuffer bb)
          Called by Connection to decode message AVPs.
 void Answer.preValidate()
           
 void Request.preValidate()
           
 void Message.preValidate()
          Perform initial validation of message to include validation of AVPs required to determine if the request/answer should be forwarded.
 void RAR.validate()
           
 void Message.validate()
          Validates the message by validating each message AVP.
 void Peer.CER.validate()
           
 void Peer.CEA.validate()
           
 void RAA.validate()
           

 

Uses of MessageException in com.bea.wcp.diameter.accounting

 

Methods in com.bea.wcp.diameter.accounting that throw MessageException
 void ACA.validate()
           
 void ACR.validate()
           

 

Uses of MessageException in com.bea.wcp.diameter.cc

 

Methods in com.bea.wcp.diameter.cc that throw MessageException
 void CCA.validate()
           
 void CCR.validate()
           

 


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.