public class PDUException extends Exception
| Constructor and Description |
|---|
PDUException()
Default constructor.
|
PDUException(String message)
Construct with specified message.
|
PDUException(String message,
Throwable cause)
Construct with specified message and cause.
|
PDUException(Throwable cause)
Construct with specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PDUException()
public PDUException(String message, Throwable cause)
message - is the detail message.cause - is the parent cause.public PDUException(String message)
message - is the detail message.public PDUException(Throwable cause)
cause - is the parent cause.