Class AvpNotAllowedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jainslee.resources.diameter.base.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 Summary
Constructors Constructor Description AvpNotAllowedException(String message)
AvpNotAllowedException(String message, Throwable cause)
AvpNotAllowedException(String message, DiameterAvp avp)
AvpNotAllowedException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiameterAvp
getNotAllowedAvp()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AvpNotAllowedException
public AvpNotAllowedException(String message)
-
AvpNotAllowedException
public AvpNotAllowedException(String message, DiameterAvp avp)
-
AvpNotAllowedException
public AvpNotAllowedException(Throwable cause)
-
-
Method Detail
-
getNotAllowedAvp
public DiameterAvp getNotAllowedAvp()
-
-