Class AvpNotAllowedException

  • All Implemented Interfaces:
    Serializable

    public class AvpNotAllowedException
    extends 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 Detail

      • AvpNotAllowedException

        public AvpNotAllowedException​(String message)
      • AvpNotAllowedException

        public AvpNotAllowedException​(String message,
                                      DiameterAvp avp)
      • AvpNotAllowedException

        public AvpNotAllowedException​(Throwable cause)
      • AvpNotAllowedException

        public AvpNotAllowedException​(String message,
                                      Throwable cause)
    • Method Detail

      • getNotAllowedAvp

        public DiameterAvp getNotAllowedAvp()