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
This exception is used to wrap and propagate 409 (Conflict) HTTP exceptions up the stack.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConflictException
-
ConflictException
public ConflictException()
-