org.semanticweb.skos
Class SKOSStorageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.semanticweb.skos.SKOSException
              extended by org.semanticweb.skos.SKOSStorageException
All Implemented Interfaces:
java.io.Serializable

public class SKOSStorageException
extends SKOSException

Author: Simon Jupp
Date: Apr 25, 2008
The University of Manchester
Bio-Health Informatics Group

See Also:
Serialized Form

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

SKOSStorageException

public SKOSStorageException(java.lang.String message)

SKOSStorageException

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

SKOSStorageException

public SKOSStorageException(java.lang.Throwable cause)