org.sakaiproject.search.api.rdf
Class RDFException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sakaiproject.search.api.rdf.RDFException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RDFIndexException, RDFSearchException

public class RDFException
extends Exception

Author:
ieb
See Also:
Serialized Form

Constructor Summary
RDFException()
           
RDFException(String arg0)
           
RDFException(String arg0, Throwable arg1)
           
RDFException(Throwable arg0)
           
 
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

RDFException

public RDFException()

RDFException

public RDFException(String arg0)
Parameters:
arg0 -

RDFException

public RDFException(String arg0,
                    Throwable arg1)
Parameters:
arg0 -
arg1 -

RDFException

public RDFException(Throwable arg0)
Parameters:
arg0 -


Copyright © 2003-2013 Sakai Project. All Rights Reserved.