Class StorageCardException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.keypop.storagecard.StorageCardException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CardIOException, ReaderIOException, UnexpectedCommandStatusException

public abstract class StorageCardException extends RuntimeException
Base class for exceptions occurring during the execution of a command on a StorageCard.

It provides additional context about the block address involved in the error, when applicable.

Since:
1.0.0
See Also: