org.jewel.exceptions
Class ActionDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jewel.exceptions.ActionDeniedException
All Implemented Interfaces:
java.io.Serializable

public class ActionDeniedException
extends java.lang.Exception

Error al intentar executar una acció sense els permisos adequats

Version:
1.0
Author:
Juanma
See Also:
Serialized Form

Constructor Summary
ActionDeniedException(java.lang.String msg)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionDeniedException

public ActionDeniedException(java.lang.String msg)