public class ObjectLockedException extends PredictiveServerException
ProcessorStream and all its Processors
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 objectCopyright © 2014 Integral Solutions Ltd. All Rights Reserved.