com.spss.psapi.core

Class ObjectCreationException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ObjectCreationException
    extends PredictiveServerException
    An exception thrown when an instance of an object cannot be created.

    No message string is set for this exception.

    Since:
    PSAPI 1.0
    Version:
    1.0
    Author:
    Julian Clinton
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      ObjectCreationException(java.lang.String message, java.lang.Throwable cause)
      Constructs an instance of this exception.
      ObjectCreationException(java.lang.Throwable cause)
      Deprecated.  
    • 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

      • ObjectCreationException

        public ObjectCreationException(java.lang.Throwable cause)
        Deprecated. 
        Constructs an instance of this exception.
        Parameters:
        cause - the cause
      • ObjectCreationException

        public ObjectCreationException(java.lang.String message,
                               java.lang.Throwable cause)
        Constructs an instance of this exception.
        Parameters:
        message - the error message
        cause - the cause
        Since:
        PSAPI 16.0

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