Algernon Software

org.algernon.kb
Class AlgernonStorageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.algernon.exception.AlgernonException
              extended byorg.algernon.exception.AlgernonRuntimeException
                  extended byorg.algernon.kb.AlgernonStorageException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlgernonStorageCardinalityException

public class AlgernonStorageException
extends AlgernonRuntimeException

This exception is thrown when an error occurs during a storage operation.

See Also:
AlgernonKB, Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
AlgernonStorageException(String message)
          Creates a new AlgernonStorageException.
 
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

AlgernonStorageException

public AlgernonStorageException(String message)
Creates a new AlgernonStorageException.


Algernon Software