public class PdpException extends Exception
| Constructor and Description |
|---|
PdpException()
Instantiates a new PDP exception.
|
PdpException(String message)
Instantiates a new PDP exception with the provided message.
|
PdpException(String message,
Throwable throwable)
Instantiates a new PDP exception with the provided message and
Throwable. |
PdpException(Throwable throwable)
Instantiates a newPDP exception with the provided
Throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PdpException()
public PdpException(String message)
message - the messagepublic PdpException(String message, Throwable throwable)
Throwable.message - the messagethrowable - the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.