public class RemotingAccessException extends RemotingRuntimeException
A client may catch RemotingAccessException if it wants to, but as remote access errors are typically unrecoverable, it will probably let such exceptions propagate to a higher level that handles them generically. In this case, the client opCode doesn't show any signs of being involved in remote access, as there aren't any remoting-specific dependencies.
| 构造器和说明 |
|---|
RemotingAccessException(String msg)
Constructor for RemotingAccessException with the specified detail message.
|
RemotingAccessException(String msg,
Throwable cause)
Constructor for RemotingAccessException with the specified detail message
and nested exception.
|
getMessage, getRootCausepublic RemotingAccessException(String msg)
msg - the detail messageCopyright © 2021–2022. All rights reserved.