Class RemoteExecutionException

  • All Implemented Interfaces:
    Serializable

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

      • RemoteExecutionException

        public RemoteExecutionException​(String message)
    • Method Detail

      • toErrorMessage

        public static String toErrorMessage​(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