public class StreamInvalidLockException extends StreamException
Constructor | Description |
---|---|
StreamInvalidLockException() |
Constructs an
StreamInvalidLockException with null
as its error detail message. |
StreamInvalidLockException(int errorCode,
java.lang.String reason,
java.lang.String stackTrace) |
|
StreamInvalidLockException(java.lang.String s) |
Constructs an
StreamInvalidLockException with the specified detail
message. |
getErrorCode, printStackTrace, setErrorCode
public StreamInvalidLockException()
StreamInvalidLockException
with null
as its error detail message.public StreamInvalidLockException(java.lang.String s)
StreamInvalidLockException
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 StreamInvalidLockException(int errorCode, java.lang.String reason, java.lang.String stackTrace)