Package com.teracloud.streams.dl
Class LockFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.teracloud.streams.dl.LockFactoryException
- All Implemented Interfaces:
Serializable
Any errors during lock creation will result in this exception getting thrown.
Users of the DPS facility can then catch the exception and obtain the error code and error message.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLockFactoryException
(long errorCode) LockFactoryException
(long errorCode, String errorMessage) LockFactoryException
(String errorMessage) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LockFactoryException
public LockFactoryException(long errorCode) -
LockFactoryException
-
LockFactoryException
-
-
Method Details
-
getErrorCode
public long getErrorCode() -
getErrorMessage
-