Package edu.iu.client

Interface RemoteInvocationFailure

All Known Implementing Classes:
ThrowableRemoteInvocationFailure

public interface RemoteInvocationFailure
Represents Throwable stack trace details for passing via remote call
  • Method Details

    • getRemoteName

      String getRemoteName()
      Gets the remote name
      Returns:
      remote name
    • getRemoteMethod

      String getRemoteMethod()
      Gets the remote method
      Returns:
      remote method
    • getMessage

      String getMessage()
      Gets the message
      Returns:
      message
    • getExceptionType

      String getExceptionType()
      Gets the exception type
      Returns:
      exception type
    • getStackTrace

      Gets the stack trace
      Returns:
      stack trace
    • getCause

      Gets the cause
      Returns:
      cause
    • getSuppressed

      Gets suppressed failures
      Returns:
      suppressed failures