com.spss.psapi.core

Class OwnerException

  • All Implemented Interfaces:
    java.io.Serializable


    public class OwnerException
    extends PredictiveServerException
    An exception thrown when an object owner requires an owned object.

    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
      OwnerException(java.lang.Object owner, java.lang.Object unownedObject)
      Deprecated.  
      OwnerException(java.lang.String message, java.lang.Object owner, java.lang.Object unownedObject)
      Creates an OwnerException.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.Object getOwner()
      Returns the object owner.
      java.lang.Object getUnownedObject()
      Returns the object that is not owned by the owner.
      • 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

      • OwnerException

        public OwnerException(java.lang.String message,
                      java.lang.Object owner,
                      java.lang.Object unownedObject)
        Creates an OwnerException.
        Parameters:
        owner - the prospective owner
        unownedObject - the unowned object
        Since:
        PSAPI 16.0
      • OwnerException

        public OwnerException(java.lang.Object owner,
                      java.lang.Object unownedObject)
        Deprecated. 
        Creates an OwnerException.
        Parameters:
        owner - the prospective owner
        unownedObject - the unowned object
    • Method Detail

      • getOwner

        public java.lang.Object getOwner()
        Returns the object owner.
        Returns:
        the object owner
      • getUnownedObject

        public java.lang.Object getUnownedObject()
        Returns the object that is not owned by the owner.
        Returns:
        the object that is not owned by the owner

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.