fr.inra.refcomp.services
Class UsedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.inra.refcomp.services.RefcompException
              extended by fr.inra.refcomp.services.UsedException
All Implemented Interfaces:
Serializable

public class UsedException
extends RefcompException

Exception to be thrown when an entity cannot be deleted because it is already used User: couteau Date: 15/12/10

See Also:
Serialized Form

Constructor Summary
UsedException()
           
UsedException(String message)
           
UsedException(String message, Throwable cause)
           
 
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

UsedException

public UsedException()

UsedException

public UsedException(String message)

UsedException

public UsedException(String message,
                     Throwable cause)


Copyright © 2010-2012 Code Lutin. All Rights Reserved.