public class ZoneRulesException extends DateTimeException
This exception is used to indicate a problems with the configured time-zone rules.
| Constructor and Description |
|---|
ZoneRulesException(java.lang.String message)
Constructs a new date-time exception with the specified message.
|
ZoneRulesException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new date-time exception with the specified message and cause.
|
public ZoneRulesException(java.lang.String message)
message - the message to use for this exception, may be nullpublic ZoneRulesException(java.lang.String message,
java.lang.Throwable cause)
message - the message to use for this exception, may be nullcause - the cause of the exception, may be nullCopyright (c) 2014, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.