Package com.mchange.v1.cachedstore
Class CachedStoreError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- com.mchange.lang.PotentiallySecondaryError
-
- com.mchange.v1.cachedstore.CachedStoreError
-
- All Implemented Interfaces:
PotentiallySecondary
,java.io.Serializable
public class CachedStoreError extends PotentiallySecondaryError
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CachedStoreError()
CachedStoreError(java.lang.String msg)
CachedStoreError(java.lang.String msg, java.lang.Throwable t)
CachedStoreError(java.lang.Throwable t)
-
Method Summary
-
Methods inherited from class com.mchange.lang.PotentiallySecondaryError
getNestedThrowable, printStackTrace, printStackTrace, printStackTrace
-
-