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