Class RemoteExecutionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RemoteExecutionException
    extends java.lang.Exception
    Thrown when an error occurred processing the request on the remote system.
    Author:
    jesse
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toErrorMessage​(java.lang.Throwable t)
      Utility function for converting a Throwable to a String.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RemoteExecutionException

        public RemoteExecutionException​(java.lang.String message)
    • Method Detail

      • toErrorMessage

        public static java.lang.String toErrorMessage​(java.lang.Throwable t)
        Utility function for converting a Throwable to a String.
        Parameters:
        t - the exception
        Returns:
        a string that contains the exception message and the stack trace