org.algernon.kb
Class AlgernonStorageException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
org.algernon.exception.AlgernonException
              
org.algernon.exception.AlgernonRuntimeException
                  
org.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
 
| Fields inherited from class java.lang.Exception | 
 | 
 
| Fields inherited from class java.lang.Throwable | 
 | 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
AlgernonStorageException
public AlgernonStorageException(String message)
- Creates a new AlgernonStorageException.