Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DateParseException

        public DateParseException()
        Deprecated.
      • DateParseException

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