public class DateFormatException extends InvalidDataException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
DateFormatException(java.lang.String message)
Creates a new
DateFormatException . |
DateFormatException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
DateFormatException . |
private static final long serialVersionUID
public DateFormatException(java.lang.String message)
DateFormatException
.message
- The message of the exceptionpublic DateFormatException(java.lang.String message, java.lang.Throwable cause)
DateFormatException
.message
- The message of the exceptioncause
- The root cause