public class StreamAlreadyLockedException extends CacheException
Constructor | Description |
---|---|
StreamAlreadyLockedException() |
Constructs an
StreamAlreadyLockedException with null
as its error detail message. |
StreamAlreadyLockedException(int expCode,
java.lang.String expMessage,
java.lang.String stackTrace) |
|
StreamAlreadyLockedException(java.lang.String s) |
Constructs an
StreamAlreadyLockedException with the specified detail
message. |
getErrorCode, printStackTrace, setErrorCode
public StreamAlreadyLockedException()
StreamAlreadyLockedException
with null
as its error detail message.public StreamAlreadyLockedException(java.lang.String s)
StreamAlreadyLockedException
with the specified detail
message. The error message string s
can later be
retrieved by the Throwable.getMessage()
method of class java.lang.Throwable
.s
- the detail message.public StreamAlreadyLockedException(int expCode, java.lang.String expMessage, java.lang.String stackTrace)