com.fatwire.cs.core.search.source
Class IndexSourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.fatwire.cs.core.search.source.IndexSourceException
All Implemented Interfaces:
java.io.Serializable

public final class IndexSourceException
extends java.lang.Exception

A layer specific exception for index source handling. All data and definition accessors and modifiers throw this exception in response to an error condition.

See Also:
Serialized Form

Constructor Summary
IndexSourceException()
           
IndexSourceException(java.lang.String message)
           
IndexSourceException(java.lang.String message, java.lang.Throwable cause)
           
IndexSourceException(java.lang.Throwable 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

IndexSourceException

public IndexSourceException()

IndexSourceException

public IndexSourceException(java.lang.String message)

IndexSourceException

public IndexSourceException(java.lang.String message,
                            java.lang.Throwable cause)

IndexSourceException

public IndexSourceException(java.lang.Throwable cause)


Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.