com.mchange.v1.cachedstore
Class CachedStoreError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.mchange.lang.PotentiallySecondaryError
              extended by com.mchange.v1.cachedstore.CachedStoreError
All Implemented Interfaces:
PotentiallySecondary, Serializable

public class CachedStoreError
extends PotentiallySecondaryError

See Also:
Serialized Form

Constructor Summary
CachedStoreError()
           
CachedStoreError(String msg)
           
CachedStoreError(String msg, Throwable t)
           
CachedStoreError(Throwable t)
           
 
Method Summary
 
Methods inherited from class com.mchange.lang.PotentiallySecondaryError
getNestedThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CachedStoreError

public CachedStoreError(String msg,
                        Throwable t)

CachedStoreError

public CachedStoreError(Throwable t)

CachedStoreError

public CachedStoreError(String msg)

CachedStoreError

public CachedStoreError()