com.ibm.portal.um.exceptions
Class PumaMissingAccessRightsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.portal.um.exceptions.PumaException
              extended by com.ibm.portal.um.exceptions.PumaMissingAccessRightsException
All Implemented Interfaces:
Localized, java.io.Serializable

public abstract class PumaMissingAccessRightsException
extends PumaException

The PumaMissingAccessRightsException is thrown whenever an action is executed without the necessary accessrights

Since:
5.1.0.1
See Also:
Serialized Form

Constructor Summary
protected PumaMissingAccessRightsException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class com.ibm.portal.um.exceptions.PumaException
getDescription, getLocales, getTitle
 
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
 

Constructor Detail

PumaMissingAccessRightsException

protected PumaMissingAccessRightsException(java.lang.Throwable t)