public class AnalyticServerException extends PredictiveServerException
| Constructor and Description |
|---|
AnalyticServerException(java.lang.String message)
Constructs an
AnalyticalServerException object with the specified
detail message. |
AnalyticServerException(java.lang.String message,
java.lang.Throwable cause)
Constructs an
AnalyticalServerException object associated with
the supplied message and cause. |
AnalyticServerException(java.lang.Throwable cause)
Constructs an
AnalyticalServerException object associated with
the supplied cause. |
public AnalyticServerException(java.lang.String message)
AnalyticalServerException object with the specified
detail message.message - the messagepublic AnalyticServerException(java.lang.Throwable cause)
AnalyticalServerException object associated with
the supplied cause.cause - the underlying causepublic AnalyticServerException(java.lang.String message,
java.lang.Throwable cause)
AnalyticalServerException object associated with
the supplied message and cause.message - the messagecause - the underlying causeCopyright © 2014 Integral Solutions Ltd. All Rights Reserved.