Class LockAcquisitionException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    LockTimeoutException

    public class LockAcquisitionException
    extends JDBCException
    Implementation of JDBCException indicating a problem acquiring lock on the database.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LockAcquisitionException​(java.lang.String string, java.sql.SQLException root)  
      LockAcquisitionException​(java.lang.String string, java.sql.SQLException root, java.lang.String sql)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LockAcquisitionException

        public LockAcquisitionException​(java.lang.String string,
                                        java.sql.SQLException root)
      • LockAcquisitionException

        public LockAcquisitionException​(java.lang.String string,
                                        java.sql.SQLException root,
                                        java.lang.String sql)