com.spss.psapi

Class PredictiveServerException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.spss.psapi.PredictiveServerException
    • Constructor Summary

      Constructors 
      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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PredictiveServerException

        public PredictiveServerException(java.lang.String message)
        Creates a PredictiveServerException with the specified message.
        Parameters:
        message - the error message
      • PredictiveServerException

        public PredictiveServerException(java.lang.Throwable cause)
        Creates a PredictiveServerException that wraps another Throwable.
        Parameters:
        cause - the underlying cause
      • PredictiveServerException

        public PredictiveServerException(java.lang.String message,
                                 java.lang.Throwable cause)
        Creates a PredictiveServerException with the specified messages that wraps another Throwable.
        Parameters:
        message - the error message
        cause - the underlying cause
      • PredictiveServerException

        public PredictiveServerException()
        Creates a PredictiveServerException with the specified error code.
        Parameters:
        code - the error code

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.