public class PredictiveServerException
extends java.lang.Exception
Constructor and Description |
---|
PredictiveServerException()
Creates a PredictiveServerException with the specified error code.
|
PredictiveServerException(java.lang.String message)
Creates a PredictiveServerException with the specified message.
|
PredictiveServerException(java.lang.String message,
java.lang.Throwable cause)
Creates a PredictiveServerException with the specified messages
that wraps another Throwable.
|
PredictiveServerException(java.lang.Throwable cause)
Creates a PredictiveServerException that wraps another Throwable.
|
public PredictiveServerException(java.lang.String message)
message
- the error messagepublic PredictiveServerException(java.lang.Throwable cause)
cause
- the underlying causepublic PredictiveServerException(java.lang.String message, java.lang.Throwable cause)
message
- the error messagecause
- the underlying causepublic PredictiveServerException()
code
- the error codeCopyright © 2014 Integral Solutions Ltd. All Rights Reserved.