public class PredictiveServerRuntimeException
extends java.lang.RuntimeException
Constructor and Description |
---|
PredictiveServerRuntimeException()
Creates a PredictiveServerRuntimeException with the specified error code.
|
PredictiveServerRuntimeException(java.lang.String message)
Creates a PredictiveServerRuntimeException with the specified message.
|
PredictiveServerRuntimeException(java.lang.String message,
java.lang.Throwable cause)
Creates a PredictiveServerRuntimeException with the specified messages
that wraps another Throwable.
|
PredictiveServerRuntimeException(java.lang.Throwable cause)
Creates a PredictiveServerRuntimeException that wraps another Throwable.
|
public PredictiveServerRuntimeException(java.lang.String message)
message
- the error messagepublic PredictiveServerRuntimeException(java.lang.Throwable cause)
cause
- the underlying causepublic PredictiveServerRuntimeException(java.lang.String message, java.lang.Throwable cause)
message
- the error messagecause
- the underlying causepublic PredictiveServerRuntimeException()
code
- the error code(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.