fr.paris.lutece.portal.service.admin
Class AccessDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.paris.lutece.portal.service.admin.AccessDeniedException
All Implemented Interfaces:
Serializable

public class AccessDeniedException
extends Exception

Exception thrown when the user can't access a feature.

See Also:
Serialized Form

Constructor Summary
AccessDeniedException()
          Deprecated. use AccessDeniedException(String) to provide an explicit message
AccessDeniedException(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

AccessDeniedException

@Deprecated
public AccessDeniedException()
Deprecated. use AccessDeniedException(String) to provide an explicit message

Builds a AccessDeniedException without message


AccessDeniedException

public AccessDeniedException(String strMessage)
Builds a AccessDeniedException with the message

Parameters:
strMessage - the message


Copyright © 2014 Mairie de Paris. All Rights Reserved.