Class RetryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
hudson.plugins.swarm.RetryException
All Implemented Interfaces:
Serializable

public class RetryException extends Exception
Indicates a graceful error reporting that doesn't need the stack dump.
Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • RetryException

      public RetryException(String message)
    • RetryException

      public RetryException(String message, Throwable cause)