Package com.google.jenkins.plugins.util
Class ConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.jenkins.plugins.util.ExecutorException
-
- com.google.jenkins.plugins.util.ConflictException
-
- All Implemented Interfaces:
Serializable
public class ConflictException extends ExecutorException
This exception is used to wrap and propagate 409 (Conflict) HTTP exceptions up the stack.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConflictException()
ConflictException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConflictException
public ConflictException(Throwable throwable)
-
ConflictException
public ConflictException()
-
-