Class DateParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.commons.httpclient.util.DateParseException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class DateParseException extends java.lang.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:
DateUtil
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DateParseException()
Deprecated.DateParseException(java.lang.String message)
Deprecated.
-