com.spss.psapi

Class PredictiveServerRuntimeException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • com.spss.psapi.PredictiveServerRuntimeException
  • All Implemented Interfaces:
    java.io.Serializable


    public class PredictiveServerRuntimeException
    extends java.lang.RuntimeException
    A generic Modeler runtime exception.
    Since:
    PSAPI 17.0
    See Also:
    Serialized Form
    • 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

      • PredictiveServerRuntimeException

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

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

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

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

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.