fr.inra.refcomp.services
Class InvalidEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.inra.refcomp.services.RefcompException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.