|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
fr.paris.lutece.portal.service.admin.AccessDeniedException
public class AccessDeniedException
Exception thrown when the user can't access a feature.
Constructor Summary | |
---|---|
AccessDeniedException()
Deprecated. use AccessDeniedException(String) to provide an explicit message |
|
AccessDeniedException(java.lang.String strMessage)
Builds a AccessDeniedException with the message |
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 |
Constructor Detail |
---|
@Deprecated public AccessDeniedException()
AccessDeniedException(String)
to provide an explicit message
public AccessDeniedException(java.lang.String strMessage)
strMessage
- the message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |