com.ap.store
Class StoreException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.ap.store.StoreException
All Implemented Interfaces:
java.io.Serializable

public class StoreException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
StoreException()
           
StoreException(java.lang.String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoreException

public StoreException()

StoreException

public StoreException(java.lang.String message)