public class RemoteTimeoutException extends RemoteAccessException
Constructor and Description |
---|
RemoteTimeoutException(java.lang.String msg)
Constructor for RemoteTimeoutException.
|
RemoteTimeoutException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for RemoteTimeoutException.
|
contains, getMessage, getMostSpecificCause, getRootCause
public RemoteTimeoutException(java.lang.String msg)
msg
- the detail messagepublic RemoteTimeoutException(java.lang.String msg, java.lang.Throwable cause)
msg
- the detail messagecause
- the root cause from the remoting API in use