Class LockFactoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.teracloud.streams.dl.LockFactoryException
All Implemented Interfaces:
Serializable

public class LockFactoryException extends Exception
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 Details

    • LockFactoryException

      public LockFactoryException(long errorCode)
    • LockFactoryException

      public LockFactoryException(String errorMessage)
    • LockFactoryException

      public LockFactoryException(long errorCode, String errorMessage)
  • Method Details

    • getErrorCode

      public long getErrorCode()
    • getErrorMessage

      public String getErrorMessage()