public class UnsupportedTemporalTypeException extends DateTimeException
This class is intended for use in a single thread.
Constructor and Description |
---|
UnsupportedTemporalTypeException(String message)
Constructs a new UnsupportedTemporalTypeException with the specified message.
|
UnsupportedTemporalTypeException(String message,
Throwable cause)
Constructs a new UnsupportedTemporalTypeException with the specified message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
public UnsupportedTemporalTypeException(String message)
message
- the message to use for this exception, may be nullpublic UnsupportedTemporalTypeException(String message, Throwable cause)
message
- the message to use for this exception, may be nullcause
- the cause of the exception, may be null