com.rc.celeritas.exception
Class ImpleoAlreadyExistException

java.lang.Object
  extended by java.lang.Throwable
      extended by com.rc.celeritas.exception.CeleritasException
          extended by com.rc.celeritas.exception.ImpleoAlreadyExistException
All Implemented Interfaces:
java.io.Serializable

public class ImpleoAlreadyExistException
extends CeleritasException

Author:
rchoudhary
See Also:
Serialized Form

Constructor Summary
ImpleoAlreadyExistException()
           
ImpleoAlreadyExistException(java.lang.String message)
           
ImpleoAlreadyExistException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class com.rc.celeritas.exception.CeleritasException
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImpleoAlreadyExistException

public ImpleoAlreadyExistException()

ImpleoAlreadyExistException

public ImpleoAlreadyExistException(java.lang.Throwable t)
Parameters:
t -

ImpleoAlreadyExistException

public ImpleoAlreadyExistException(java.lang.String message)
Parameters:
message -


Copyright © 2008-2009 Rahul Choudhary. All Rights Reserved.