com.netease.cloud
public class ClientException extends RuntimeException
ServiceException
,
Serialized FormConstructor and Description |
---|
ClientException(String message)
Creates a new ClientException with the specified message.
|
ClientException(String message,
Throwable t)
Creates a new ClientException with the specified message, and root cause.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClientException(String message, Throwable t)
message
- An error message describing why this exception was thrown.t
- The underlying cause of this exception.public ClientException(String message)
message
- An error message describing why this exception was thrown.Copyright © 2017. All Rights Reserved.