public class PDUException
extends java.lang.Exception
Constructor and Description |
---|
PDUException()
Default constructor.
|
PDUException(java.lang.String message)
Construct with specified message.
|
PDUException(java.lang.String message,
java.lang.Throwable cause)
Construct with specified message and cause.
|
PDUException(java.lang.Throwable cause)
Construct with specified cause.
|
public PDUException()
public PDUException(java.lang.String message, java.lang.Throwable cause)
message
- is the detail message.cause
- is the parent cause.public PDUException(java.lang.String message)
message
- is the detail message.public PDUException(java.lang.Throwable cause)
cause
- is the parent cause.