com.sas.services.session
Class LockingException

com.sas.services.session.LockingException
All Implemented Interfaces:
com.sas.util.ChainedExceptionInterface, java.io.Serializable

public class LockingException
implements java.io.Serializable

Locking exception thrown when an attempt is made to destroy a locked session context.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
LockingException()
          Constructs a session locking exception..
LockingException(java.lang.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, toStringBuffer
 

Constructor Detail

LockingException

public LockingException()
Constructs a session locking exception..


LockingException

public LockingException(java.lang.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.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.