org.jewel.exceptions
Class ActionAlreadyExistsException

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

public class ActionAlreadyExistsException
extends java.lang.Exception

Error llançat si al intentar afegir una acció nova ja n'hi ha una de creada amb el mateix nom.

Version:
1.0
Author:
Juanma
See Also:
Serialized Form

Constructor Summary
ActionAlreadyExistsException(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

ActionAlreadyExistsException

public ActionAlreadyExistsException(java.lang.String msg)