public class SimpleDateConverterException extends RuntimeException
SimpleDateConverter to indicate that the request conversion cannot
be performed.| Constructor and Description |
|---|
SimpleDateConverterException()
Construct a new exception with no detail message or root cause.
|
SimpleDateConverterException(String message)
Construct a new exception with the specified detail message and
no root cause.
|
SimpleDateConverterException(String message,
Throwable cause)
Construct a new exception with the specified detail message and
root cause.
|
SimpleDateConverterException(Throwable cause)
Construct a new exception with the specified root cause.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SimpleDateConverterException()
public SimpleDateConverterException(String message)
message - The detail message for this exceptionpublic SimpleDateConverterException(Throwable cause)
(cause == null ? null :
cause.toString()cause - The root cause for this exceptionCopyright © 2006–2017 Esito AS. All rights reserved.