public class AvpDataException extends Exception
| Constructor and Description |
|---|
AvpDataException()
Default constructor
|
AvpDataException(Avp avp)
Default constructor
|
AvpDataException(String message)
Constructor with reason string
|
AvpDataException(String message,
Avp avp)
Constructor with reason string
|
AvpDataException(String message,
Throwable cause)
Constructor with reason string and parent exception
|
AvpDataException(String message,
Throwable cause,
Avp avp)
Constructor with reason string and parent exception
|
AvpDataException(Throwable cause)
Constructor with parent exception
|
AvpDataException(Throwable cause,
Avp avp)
Constructor with parent exception
|
| Modifier and Type | Method and Description |
|---|---|
Avp |
getAvp() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected Avp avp
public AvpDataException(Avp avp)
public AvpDataException(String message, Avp avp)
message - reason stringpublic AvpDataException(String message, Throwable cause, Avp avp)
message - message reason stringcause - parent exceptionpublic AvpDataException(Throwable cause, Avp avp)
cause - parent exceptionpublic AvpDataException()
public AvpDataException(String message)
message - reason stringpublic AvpDataException(String message, Throwable cause)
message - message reason stringcause - parent exceptionpublic AvpDataException(Throwable cause)
cause - parent exceptionpublic Avp getAvp()
Copyright © 2016. All Rights Reserved.