Class UnableToLockException

All Implemented Interfaces:
Serializable

public class UnableToLockException extends IllegalStateException
Author:
Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. This exception is thrown when an operation that needs to lock a CallState is unable to do so because the lock is busy. It does not, per se, indicate an error condition. The inheritance from IllegalStateException is for backward compatibility.
See Also: