This exception is used to indicate a problems with the configured time-zone rules.
Implementation Specification
This class is intended for use in a single thread.
Modifier and Type | Field and Description |
---|---|
private static final long | serialVersionUID
Serialization version.
|
Access | Constructor and Description |
---|---|
public | ZoneRulesException(String
the message to use for this exception, may be null message)Constructs a new date-time exception with the specified message. |
public | ZoneRulesException(String
the message to use for this exception, may be null message, Throwable the cause of the exception, may be null cause)Constructs a new date-time exception with the specified message and cause. |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. Serialization version. |
ZoneRulesException | back to summary |
---|---|
public ZoneRulesException(String message) Constructs a new date-time exception with the specified message.
|
ZoneRulesException | back to summary |
---|---|
public ZoneRulesException(String message, Throwable cause) Constructs a new date-time exception with the specified message and cause. |