com.spss.psapi.session

Class SessionException

  • All Implemented Interfaces:
    java.io.Serializable


    public class SessionException
    extends PredictiveServerException
    An exception thrown while creating a Session or performing a task within a Session.

    A message string is always created for this exception.

    Since:
    PSAPI 1.0
    Version:
    1.0
    Author:
    Julian Clinton
    See Also:
    Serialized Form
    Specification Status:
    Under Development
    • Constructor Summary

      Constructors 
      Constructor and Description
      SessionException(java.lang.String message)
      Creates an SessionException with a message.
      SessionException(java.lang.String message, java.lang.Throwable cause)
      Creates a SessionException with the specified message and 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

      • SessionException

        public SessionException(java.lang.String message)
        Creates an SessionException with a message.
        Parameters:
        message - the message
      • SessionException

        public SessionException(java.lang.String message,
                        java.lang.Throwable cause)
        Creates a SessionException with the specified message and cause.
        Parameters:
        message - the error message
        cause - the underlying cause
        Since:
        PSAPI 12.0

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.