com.rc.celeritas.exception
Class LessColumnInLookupSQLException

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

public class LessColumnInLookupSQLException
extends CeleritasException

Author:
rchoudhary
See Also:
Serialized Form

Constructor Summary
LessColumnInLookupSQLException()
           
LessColumnInLookupSQLException(java.lang.String message)
           
LessColumnInLookupSQLException(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

LessColumnInLookupSQLException

public LessColumnInLookupSQLException()

LessColumnInLookupSQLException

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

LessColumnInLookupSQLException

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


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