public class ChronoException
extends java.lang.RuntimeException
Indicates a chronological error situation.
| Constructor and Description |
|---|
ChronoException(java.lang.String msg)
Creates a new instanceo of
ChronoException
with given error message. |
ChronoException(java.lang.String msg,
java.lang.Exception ex)
Creates a new instanceo of
ChronoException
with given error message and the cause. |
public ChronoException(java.lang.String msg)
ChronoException
with given error message.msg - detailed error messagepublic ChronoException(java.lang.String msg,
java.lang.Exception ex)
ChronoException
with given error message and the cause.msg - detailed error messageex - cause