Class ExecutionManagerDownloadException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExecutionManagerDownloadException
    extends ExecutionManagerException
    Thrown when there is an issue downloading data from an execution manager.
    See Also:
    Serialized Form
    • Method Summary

      • 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

      • ExecutionManagerDownloadException

        public ExecutionManagerDownloadException()
        Constructs a new ExecutionManagerDownloadException with no information.
      • ExecutionManagerDownloadException

        public ExecutionManagerDownloadException​(java.lang.String message,
                                                 java.lang.Throwable cause)
        Constructs a new ExecutionManagerDownloadException with the given message and cause.
        Parameters:
        message - The message explaining the error.
        cause - The cause of this message.
      • ExecutionManagerDownloadException

        public ExecutionManagerDownloadException​(java.lang.String message)
        Constructs a new ExecutionManagerDownloadException with the given message.
        Parameters:
        message - The message explaining the error.
      • ExecutionManagerDownloadException

        public ExecutionManagerDownloadException​(java.lang.Throwable cause)
        Constructs a new ExecutionManagerDownloadException with the given cause.
        Parameters:
        cause - The cause of this error.