public class ObjectLockedException extends PredictiveServerException
ProcessorStream
and all its Processor
s
are locked by the Session
during execution.
No message string is set for this exception.
Constructor and Description |
---|
ObjectLockedException(java.lang.Object lockedObject)
Deprecated.
|
ObjectLockedException(java.lang.String message,
java.lang.Object lockedObject)
Creates an ObjectLockedException.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getObject()
Returns the object.
|
public ObjectLockedException(java.lang.String message, java.lang.Object lockedObject)
message
- the messagelockedObject
- the locked objectpublic ObjectLockedException(java.lang.Object lockedObject)
lockedObject
- the locked object(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.