public class RemotingTimeoutException extends RemotingAccessException
| 构造器和说明 |
|---|
RemotingTimeoutException(String msg)
Constructor for RemotingTimeoutException with the specified detail message.
|
RemotingTimeoutException(String msg,
long timeoutMillis)
Constructor for RemotingTimeoutException with the specified detail message,configurable timeout.
|
RemotingTimeoutException(String msg,
long timeoutMillis,
Throwable cause)
Constructor for RemotingTimeoutException with the specified detail message,configurable timeout
and nested exception..
|
RemotingTimeoutException(String msg,
Throwable cause)
Constructor for RemotingTimeoutException with the specified detail message
and nested exception.
|
getMessage, getRootCausepublic RemotingTimeoutException(String msg, long timeoutMillis)
msg - the detail messagetimeoutMillis - configurable timeoutpublic RemotingTimeoutException(String msg, long timeoutMillis, Throwable cause)
msg - the detail messagetimeoutMillis - configurable timeoutcause - Exception causepublic RemotingTimeoutException(String msg)
msg - the detail messageCopyright © 2021–2022. All rights reserved.