com.spss.psapi.as

Class AnalyticServerException

    • Constructor Summary

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

      • AnalyticServerException

        public AnalyticServerException(java.lang.String message)
        Constructs an AnalyticalServerException object with the specified detail message.
        Parameters:
        message - the message
      • AnalyticServerException

        public AnalyticServerException(java.lang.Throwable cause)
        Constructs an AnalyticalServerException object associated with the supplied cause.
        Parameters:
        cause - the underlying cause
      • AnalyticServerException

        public AnalyticServerException(java.lang.String message,
                               java.lang.Throwable cause)
        Constructs an AnalyticalServerException object associated with the supplied message and cause.
        Parameters:
        message - the message
        cause - the underlying cause

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