fr.inra.refcomp.services
Class InvalidEntityException

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.InvalidEntityException
All Implemented Interfaces:
Serializable

public class InvalidEntityException
extends RefcompException

Exception to be thrown when an entity is not valid and cannot be saved in database. User: couteau Date: 11/01/11

See Also:
Serialized Form

Constructor Summary
InvalidEntityException()
           
InvalidEntityException(String message)
          Constructs a new exception with the specified detail message.
InvalidEntityException(String message, Throwable cause)
          Constructs a new exception with the specified detail message and 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

InvalidEntityException

public InvalidEntityException()

InvalidEntityException

public InvalidEntityException(String message)
Constructs a new exception with the specified detail message.

Parameters:
message - message

InvalidEntityException

public InvalidEntityException(String message,
                              Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message -
cause -


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