org.tm4j.topicmap.index
Class IndexProviderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.tm4j.topicmap.index.IndexProviderException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IndexConfigurationException

public class IndexProviderException
extends java.lang.Exception

Indicates that an unexpected condition has occurred while dealing with an IndexProvider, such as a failure to create an Index.

Since:
0.7.0
Author:
Kal Ahmed
See Also:
Serialized Form

Constructor Summary
IndexProviderException()
          Creates a new index manager provider without a detail message.
IndexProviderException(java.lang.String msg)
          Creates a new index provider exception with the specified detail message.
IndexProviderException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

IndexProviderException

public IndexProviderException()
Creates a new index manager provider without a detail message.


IndexProviderException

public IndexProviderException(java.lang.String msg)
Creates a new index provider exception with the specified detail message.

Parameters:
msg - The detail message to be associated with this exception.

IndexProviderException

public IndexProviderException(java.lang.String msg,
                              java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()