Package deltix.qsrv.hf.tickdb.pub.lock
Class StreamLockedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- deltix.qsrv.hf.tickdb.pub.LoadingError
-
- deltix.qsrv.hf.tickdb.pub.lock.StreamLockedException
-
- All Implemented Interfaces:
java.io.Serializable
public class StreamLockedException extends LoadingError
Signals that stream has been locked and current operation on the stream cannot be executed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamLockedException()
StreamLockedException(java.lang.String message)
StreamLockedException(java.lang.String message, java.lang.Throwable cause)
StreamLockedException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
StreamLockedException
public StreamLockedException()
-
StreamLockedException
public StreamLockedException(java.lang.String message)
-
StreamLockedException
public StreamLockedException(java.lang.String message, java.lang.Throwable cause)
-
StreamLockedException
public StreamLockedException(java.lang.Throwable cause)
-
-