public class OwnerException extends PredictiveServerException
No message string is set for this exception.
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.
|
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.
|
public OwnerException(java.lang.String message, java.lang.Object owner, java.lang.Object unownedObject)
owner
- the prospective ownerunownedObject
- the unowned objectpublic OwnerException(java.lang.Object owner, java.lang.Object unownedObject)
owner
- the prospective ownerunownedObject
- the unowned object(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.