public class TimeSeriesLoadingException
extends java.lang.Exception
| Constructor and Description |
|---|
TimeSeriesLoadingException(java.lang.String message)
Standard constructor.
|
TimeSeriesLoadingException(java.lang.String message,
java.lang.Throwable cause)
Constructor using a nested
Throwable exception. |
public TimeSeriesLoadingException(java.lang.String message,
java.lang.Throwable cause)
Throwable exception.message - Individual exception messagecause - Nested exceptionpublic TimeSeriesLoadingException(java.lang.String message)
message - Individual exception message