Package com.bea.wcp.sip.engine.server
Class UnableToLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.bea.wcp.sip.engine.server.UnableToLockException
- All Implemented Interfaces:
Serializable
- 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:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString