public class UnsupportedTemporalTypeException extends DateTimeException
| Constructor and Description |
|---|
UnsupportedTemporalTypeException(java.lang.String message)
Constructs a new date-time exception with the specified message.
|
UnsupportedTemporalTypeException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new date-time exception with the specified message and cause.
|
public UnsupportedTemporalTypeException(java.lang.String message)
message - the message to use for this exception, may be nullpublic UnsupportedTemporalTypeException(java.lang.String message,
java.lang.Throwable cause)
message - the message to use for this exception, may be nullcause - the cause of the exception, may be nullCopyright © 2014. All Rights Reserved.