Class UnableToAcquireLockException

  • All Implemented Interfaces:
    Serializable

    public class UnableToAcquireLockException
    extends RuntimeException
    Indicates that a write operation was unable to acquire a write lock.
    Author:
    js 2009.08.01
    See Also:
    Serialized Form
    • Constructor Detail

      • UnableToAcquireLockException

        public UnableToAcquireLockException​(String sMsg)
        Create a UnableToAcquireLockException with a String msg.
        Parameters:
        sMsg - the message
      • UnableToAcquireLockException

        public UnableToAcquireLockException​(Throwable t)
        Create a UnableToAcquireLockException with a Throwable cause.
        Parameters:
        t - the throwable
      • UnableToAcquireLockException

        public UnableToAcquireLockException​(String sMsg,
                                            Throwable t)
        Create a UnableToAcquireLockException with a String msg and Throwable cause.
        Parameters:
        sMsg - the message
        t - the throwable