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 cause(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.