public class ZoneRulesException extends DateTimeException
This exception is used to indicate a problems with the configured time-zone rules.
| Constructor and Description |
|---|
ZoneRulesException(String
Constructs a new date-time exception with the specified message.
|
ZoneRulesException(String
Constructs a new date-time exception with the specified message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ZoneRulesException(Stringmessage)
message - the message to use for this exception, may be null