public class ClientException extends RuntimeException
Constructor and Description |
---|
ClientException()
Constructs an exception with an empty message string.
|
ClientException(String msg)
Constructs an exception with the specified message string.
|
ClientException(String message,
Throwable cause)
Constructs an exception with the specified message and cause.
|
ClientException(Throwable cause)
Constructs an exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClientException()
public ClientException(String msg)
msg
- The message string.public ClientException(Throwable cause)
cause
- The cause.Copyright © 2015. All Rights Reserved.