public class ClientException
extends java.lang.RuntimeException
Constructor and Description |
---|
ClientException()
Constructs an exception with an empty message string.
|
ClientException(java.lang.String msg)
Constructs an exception with the specified message string.
|
ClientException(java.lang.String message,
java.lang.Throwable cause)
Constructs an exception with the specified message and cause.
|
ClientException(java.lang.Throwable cause)
Constructs an exception with the specified cause.
|
public ClientException()
public ClientException(java.lang.String msg)
msg
- The message string.public ClientException(java.lang.Throwable cause)
cause
- The cause.public ClientException(java.lang.String message, java.lang.Throwable cause)
msg
- The message string.cause
- The cause.