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:
DateUtil
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DateParseException()
Deprecated.DateParseException(String message)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DateParseException
public DateParseException()
Deprecated.
-
DateParseException
public DateParseException(String message)
Deprecated.- Parameters:
message
- the exception message
-
-