uPortal 2.4.1
API Documentation

org.jasig.portal.concurrency
Class LockingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jasig.portal.PortalException
              extended byorg.jasig.portal.concurrency.LockingException
All Implemented Interfaces:
java.io.Serializable

public class LockingException
extends PortalException

A LockingException describes a problem that has arisen during an attempt to create or alter an IEntityLock. If the problem occurs in the lock store, the LockingException should wrap an Exception specific to the store, like a java.sql.SQLException.

Version:
$Revision: 1.1 $
Author:
Dan Ellentuck
See Also:
Serialized Form

Constructor Summary
LockingException()
           
LockingException(java.lang.String msg)
           
 
Method Summary
 int getExceptionCode()
          Add LOCKING_EXCEPTION to PortalExceptions.
 
Methods inherited from class org.jasig.portal.PortalException
allowRefresh, allowReinstantiation, getErrorID, getMessage, getParameter, getRecordedException, getTimestamp, isLogPending, isRefreshable, isReinstantiable, printStackTrace, printStackTrace, printStackTrace, setErrorID, setLogPending, setParameter, setRecordedException, setRefreshable, setReinstantiable
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LockingException

public LockingException()

LockingException

public LockingException(java.lang.String msg)
Parameters:
msg - java.lang.String
Method Detail

getExceptionCode

public int getExceptionCode()
Add LOCKING_EXCEPTION to PortalExceptions.


uPortal 2.4.1
API Documentation