Package com.sas.services.session
Class LockingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.util.ChainedException
com.sas.services.ServiceException
com.sas.services.session.LockingException
- All Implemented Interfaces:
com.sas.util.ChainedExceptionInterface,Serializable
Locking exception thrown when an
attempt is made to destroy a locked
session context.
- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a session locking exception..LockingException(String msg) Constructs a session locking exception using the specified message to detail the issue. -
Method Summary
Methods inherited from class com.sas.util.ChainedException
chainContains, getRootException, getRootException, getTargetException, getTargetException, printStackTrace, printStackTrace, printStackTrace, toString, toStringBufferMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
LockingException
public LockingException()Constructs a session locking exception.. -
LockingException
public LockingException(String msg) Constructs a session locking exception using the specified message to detail the issue.- Parameters:
msg- Message detailing the cause of the session locking exception.
-