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