com.raritantechnologies.searchApp
Class SearchSourceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.raritantechnologies.searchApp.SearchSourceException
All Implemented Interfaces:
java.io.Serializable

public class SearchSourceException
extends java.lang.Exception

SearchSourceException is thrown from various Source-related methods.


Developed by Raritan Technologies .

Author:
Ted Sullivan, Glenn Robitaille
See Also:
Serialized Form

Constructor Summary
SearchSourceException()
           
SearchSourceException(java.lang.String message)
           
 
Method Summary
 int getSourceErrorCode()
           
 void setSourceErrorCode(int dfError)
           
 
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

SearchSourceException

public SearchSourceException()

SearchSourceException

public SearchSourceException(java.lang.String message)
Method Detail

setSourceErrorCode

public void setSourceErrorCode(int dfError)

getSourceErrorCode

public int getSourceErrorCode()