public class RemotingConnectFailureException extends RemotingAccessException
| 构造器和说明 |
|---|
RemotingConnectFailureException(String msg)
Constructor for RemotingConnectFailureException with the specified detail message.
|
RemotingConnectFailureException(String msg,
Throwable cause)
Constructor for RemotingConnectFailureException with the specified detail message
and nested exception.
|
getMessage, getRootCausepublic RemotingConnectFailureException(String msg, Throwable cause)
msg - the detail messagecause - the root cause from the remoting API in usepublic RemotingConnectFailureException(String msg)
msg - the detail messageCopyright © 2021–2022. All rights reserved.