public class UpdateException extends RuntimeException
| Constructor and Description |
|---|
UpdateException(String message)
Creates a UpdateException with a message and a cause
|
UpdateException(String message,
Throwable cause)
Creates a UpdateException with a message and a cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UpdateException(String message)
message - the message to record