Class UnrecognizedTimeZoneException

  • All Implemented Interfaces:
    Serializable

    public class UnrecognizedTimeZoneException
    extends Exception
    Indicates that the time zone name is not recognized.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnrecognizedTimeZoneException

        public UnrecognizedTimeZoneException​(String timeZoneName)
    • Method Detail

      • getTimeZoneName

        public String getTimeZoneName()