net.java.slee.resource.diameter.base.events.avp
Class AvpNotAllowedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.java.slee.resource.diameter.base.events.avp.AvpNotAllowedException
All Implemented Interfaces:
java.io.Serializable

public class AvpNotAllowedException
extends java.lang.Exception

Thrown when an AVP is not allowed to be added to a Diameter command or grouped AVP type.

Author:
Open Cloud
See Also:
Serialized Form

Constructor Summary
AvpNotAllowedException(java.lang.String message)
           
AvpNotAllowedException(java.lang.String message, java.lang.Throwable cause)
           
AvpNotAllowedException(java.lang.Throwable cause)
           
 
Method Summary
 
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

AvpNotAllowedException

public AvpNotAllowedException(java.lang.String message)

AvpNotAllowedException

public AvpNotAllowedException(java.lang.Throwable cause)

AvpNotAllowedException

public AvpNotAllowedException(java.lang.String message,
                              java.lang.Throwable cause)


Copyright © 2008. All Rights Reserved.