Class ExecutorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.jenkins.plugins.util.ExecutorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConflictException, ForbiddenException, MaxRetryExceededException, NotFoundException

public abstract class ExecutorException extends Exception
This base exception class is used to wrap and propagate HTTP exceptions for specific status codes up the stack. We distinguish this kind from IOException so that all other kinds of exceptions may be safely handled while letting these propagate.
See Also:
  • Constructor Details

    • ExecutorException

      public ExecutorException(Throwable throwable)
    • ExecutorException

      public ExecutorException()