public class AvpNotAllowedException extends RuntimeException
| Constructor and Description |
|---|
AvpNotAllowedException(int code,
long vendor) |
AvpNotAllowedException(String message,
int code,
long vendor) |
AvpNotAllowedException(String message,
Throwable cause,
int code,
long vendor) |
AvpNotAllowedException(Throwable cause,
int code,
long vendor) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAvpCode() |
long |
getVendorId() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic AvpNotAllowedException(int code,
long vendor)
public AvpNotAllowedException(String message, int code, long vendor)
message - public AvpNotAllowedException(Throwable cause, int code, long vendor)
cause - Copyright © 2016. All Rights Reserved.