java.lang.Object
edu.iu.client.ThrowableRemoteInvocationFailure
- All Implemented Interfaces:
RemoteInvocationFailure
RemoteInvocationFailure implementation backed by Throwable-
Constructor Summary
ConstructorsConstructorDescriptionThrowableRemoteInvocationFailure(String remoteName, String remoteMethod, Throwable throwable) Constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetCause()Gets the causeGets the exception typeGets the messageGets the remote methodGets the remote nameGets the stack traceGets suppressed failures
-
Constructor Details
-
Method Details
-
getRemoteName
Description copied from interface:RemoteInvocationFailureGets the remote name- Specified by:
getRemoteNamein interfaceRemoteInvocationFailure- Returns:
- remote name
-
getRemoteMethod
Description copied from interface:RemoteInvocationFailureGets the remote method- Specified by:
getRemoteMethodin interfaceRemoteInvocationFailure- Returns:
- remote method
-
getMessage
Description copied from interface:RemoteInvocationFailureGets the message- Specified by:
getMessagein interfaceRemoteInvocationFailure- Returns:
- message
-
getExceptionType
Description copied from interface:RemoteInvocationFailureGets the exception type- Specified by:
getExceptionTypein interfaceRemoteInvocationFailure- Returns:
- exception type
-
getStackTrace
Description copied from interface:RemoteInvocationFailureGets the stack trace- Specified by:
getStackTracein interfaceRemoteInvocationFailure- Returns:
- stack trace
-
getCause
Description copied from interface:RemoteInvocationFailureGets the cause- Specified by:
getCausein interfaceRemoteInvocationFailure- Returns:
- cause
-
getSuppressed
Description copied from interface:RemoteInvocationFailureGets suppressed failures- Specified by:
getSuppressedin interfaceRemoteInvocationFailure- Returns:
- suppressed failures
-