PREV CLASS NEXT CLASS
Tree SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.ac.exception
Class MissingAccessRightsExceptionjava.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.portal.ac.exception.AccessControlException
com.ibm.portal.ac.exception.MissingAccessRightsException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class MissingAccessRightsException- extends AccessControlException
This exception is thrown if the current user does not have enough access rights to perform the requested action.
- Since:
- 6.1.0.3
- See Also:
- Serialized Form
Constructor Summary protected MissingAccessRightsException()
empty constructor.protected MissingAccessRightsException(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 MissingAccessRightsException
protected MissingAccessRightsException()
- empty constructor.
MissingAccessRightsException
protected MissingAccessRightsException(java.lang.Throwable cause)PREV CLASS NEXT CLASS
- constructor that takes another throwable as cause.
- Parameters:
- cause - the original throwable that caused this exception
Tree SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD