Class DateParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.httpclient.util.DateParseException
All Implemented Interfaces:
Serializable

@Deprecated public class DateParseException extends Exception
Deprecated.
Jakarta Commons HttpClient 3.x is deprecated in the Jenkins project. It is not recommended to use it in any new code. Instead, use HTTP client API plugins as a dependency in your code. E.g. Apache HttpComponents Client API 4.x Plugin or Async HTTP Client Plugin.
An exception to indicate an error parsing a date string.
See Also:
  • Constructor Details

    • DateParseException

      public DateParseException()
      Deprecated.
    • DateParseException

      public DateParseException(String message)
      Deprecated.
      Parameters:
      message - the exception message