Package org.apache.http.impl.cookie
Class DateParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.http.impl.cookie.DateParseException
-
- All Implemented Interfaces:
java.io.Serializable
@Immutable public class DateParseException extends java.lang.Exception
An exception to indicate an error parsing a date string.- Since:
- 4.0
- See Also:
DateUtils, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DateParseException()DateParseException(java.lang.String message)
-