Class ProcessFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.savantbuild.dep.workflow.process.ProcessFailureException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NegativeCacheException
Thrown when a process encounters a failure (network failure, IO exception, etc.).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessFailureException(String message) ProcessFailureException(String message, Throwable cause) ProcessFailureException(ResolvableItem item, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessFailureException
-
ProcessFailureException
-
ProcessFailureException
-
ProcessFailureException
-