org.jdiameter.api.validation
Class AvpNotAllowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jdiameter.api.validation.AvpNotAllowedException
- All Implemented Interfaces:
- java.io.Serializable
public class AvpNotAllowedException
- extends java.lang.RuntimeException
Class to indicate error in AVP add operation.
- Author:
- Alexandre Mendonca , Bartosz Baranowski
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AvpNotAllowedException
public AvpNotAllowedException(int code,
long vendor)
AvpNotAllowedException
public AvpNotAllowedException(java.lang.String message,
int code,
long vendor)
- Parameters:
message -
AvpNotAllowedException
public AvpNotAllowedException(java.lang.Throwable cause,
int code,
long vendor)
- Parameters:
cause -
AvpNotAllowedException
public AvpNotAllowedException(java.lang.String message,
java.lang.Throwable cause,
int code,
long vendor)
- Parameters:
message - cause -
getAvpCode
public int getAvpCode()
getVendorId
public long getVendorId()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Throwable
Copyright © 2013. All Rights Reserved.