public class ProcessFailedException extends LangridException
Constructor and Description |
---|
ProcessFailedException() |
ProcessFailedException(String description)
Constructor.
|
ProcessFailedException(String description,
Throwable cause)
Constructor.
|
ProcessFailedException(Throwable cause)
Constructor.
|
getDescription, getMessage, setDescription
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProcessFailedException()
public ProcessFailedException(String description)
description
- Explanation of exceptionpublic ProcessFailedException(Throwable cause)
cause
- The underlying exception