ZoneRulesException.this

Constructs a new date-time exception with the specified message and cause.

@param message the message to use for this exception, may be null @param cause the cause of the exception, may be null

  1. this(string message)
  2. this(string message, Throwable cause)
    class ZoneRulesException
    this
    (
    string message
    ,
    Throwable cause
    )

Meta