Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.pcm.ac
Class PCMPermissionAccessExceptionjava.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.portal.pcm.exception.PCMException
com.ibm.portal.pcm.ac.PCMPermissionAccessException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class PCMPermissionAccessException- extends PCMException
- implements Localized
Exception that might be thrown within the PCMPermissionAccess.
- Since:
- 8.0.0
- See Also:
- Serialized Form
Constructor Summary PCMPermissionAccessException()
Empty constructorPCMPermissionAccessException(java.lang.Throwable cause)
Initializes the exception with the reason of the exception.
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 PCMPermissionAccessException
public PCMPermissionAccessException()
- Empty constructor
PCMPermissionAccessException
public PCMPermissionAccessException(java.lang.Throwable cause)
- Initializes the exception with the reason of the exception.
- Parameters:
- cause - Root cause.
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD