org.jdiameter.common.impl.validation
Class JAvpNotAllowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jdiameter.common.api.DiameterRuntimeException
org.jdiameter.common.impl.validation.JAvpNotAllowedException
- All Implemented Interfaces:
- java.io.Serializable
public class JAvpNotAllowedException
- extends DiameterRuntimeException
Start time:12:10:24 2009-05-26
Project: diameter-parent
- Author:
- Bartosz Baranowski , Alexandre Mendonca
- See Also:
- Serialized Form
| 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 |
JAvpNotAllowedException
public JAvpNotAllowedException(int code,
long vendor)
JAvpNotAllowedException
public JAvpNotAllowedException(java.lang.String message,
int code,
long vendor)
- Parameters:
message -
JAvpNotAllowedException
public JAvpNotAllowedException(java.lang.Throwable cause,
int code,
long vendor)
- Parameters:
cause -
JAvpNotAllowedException
public JAvpNotAllowedException(java.lang.String message,
java.lang.Throwable cause,
int code,
long vendor)
- Parameters:
message - cause -
getAvpCode
public int getAvpCode()
getVendorId
public long getVendorId()
Copyright © 2009. All Rights Reserved.