fr.inra.refcomp.services
Class RefcompException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.inra.refcomp.services.RefcompException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlreadyExistingException, InvalidEntityException, UsedException

public class RefcompException
extends Exception

User: couteau Date: 26 nov. 2010

See Also:
Serialized Form

Constructor Summary
RefcompException()
           
RefcompException(String message)
          Constructs a new exception with the specified detail message.
RefcompException(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

RefcompException

public RefcompException()

RefcompException

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

Parameters:
message - message

RefcompException

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

Parameters:
message -
cause -


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