com.ibm.portal.ac.exception
Class AccessControlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.portal.ac.exception.AccessControlException
All Implemented Interfaces:
Localized, java.io.Serializable
Direct Known Subclasses:
MissingAccessRightsException, ObjectNotFoundException, SystemException

public abstract class AccessControlException
extends java.lang.Exception
implements Localized

This exception is thrown if anything unexpected happens while using Access Control API related functions. Root exception, should be sub-classed by specific exceptions.

Since:
6.1.0.3
See Also:
Serialized Form

Constructor Summary
protected AccessControlException()
          empty constructor.
protected AccessControlException(java.lang.Throwable cause)
          constructor that takes another throwable as cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ibm.portal.Localized
getDescription, getLocales, getTitle
 

Constructor Detail

AccessControlException

protected AccessControlException()
empty constructor.


AccessControlException

protected AccessControlException(java.lang.Throwable cause)
constructor that takes another throwable as cause.

Parameters:
cause - the original throwable that caused this exception