org.openxri.exceptions
Class StoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openxri.exceptions.StoreException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
StoreDuplicateEntryException, StoreInternalException, StoreNotFoundException, StoreNotImplementedException

public class StoreException
extends java.lang.Exception

Author:
=peacekeeper
See Also:
Serialized Form

Constructor Summary
StoreException()
           
StoreException(java.lang.String arg0)
           
StoreException(java.lang.String arg0, java.lang.Throwable arg1)
           
StoreException(java.lang.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

StoreException

public StoreException()

StoreException

public StoreException(java.lang.String arg0,
                      java.lang.Throwable arg1)

StoreException

public StoreException(java.lang.String arg0)

StoreException

public StoreException(java.lang.Throwable arg0)


Copyright © 2005-2012. All Rights Reserved.