public class ProcessingException extends HammurapiException
| Constructor and Description |
|---|
ProcessingException() |
ProcessingException(String message) |
ProcessingException(String message,
Throwable cause) |
ProcessingException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProcessingException()
public ProcessingException(String message)
public ProcessingException(Throwable cause)
public ProcessingException(String message, Throwable cause)