public class DiameterException extends Exception
Constructor and Description |
---|
DiameterException()
Constructs a new DiameterException with no detail message.
|
DiameterException(String msg)
Constructs a new DiameterException with the specified detail message.
|
DiameterException(String msg,
Throwable cause)
Constructs a new DiameterException with the specified detail message and
cause.
|
DiameterException(Throwable cause)
Constructs a new DiameterException with the specified cause and a detail
message of
(cause==null ? null : cause.toString()) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DiameterException()
public DiameterException(String msg)
msg
- the detail messagepublic DiameterException(String msg, Throwable cause)
msg
- the detail messagecause
- the cause, or null if nonepublic DiameterException(Throwable cause)
(cause==null ? null : cause.toString())
cause
- the cause, or null if none