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.
 

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.