edu.uchsc.ccp.knowtator.textsource
Class TextSourceAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.uchsc.ccp.knowtator.textsource.TextSourceAccessException
All Implemented Interfaces:
Serializable

public class TextSourceAccessException
extends Exception

See Also:
Serialized Form

Constructor Summary
TextSourceAccessException()
          Creates a new instance of TextSourceAccessException
TextSourceAccessException(String message)
           
TextSourceAccessException(String message, Throwable cause)
           
TextSourceAccessException(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

TextSourceAccessException

public TextSourceAccessException()
Creates a new instance of TextSourceAccessException


TextSourceAccessException

public TextSourceAccessException(String message)

TextSourceAccessException

public TextSourceAccessException(String message,
                                 Throwable cause)

TextSourceAccessException

public TextSourceAccessException(Throwable cause)