Class UnexpectedCommandStatusException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.keypop.storagecard.UnexpectedCommandStatusException
All Implemented Interfaces:
Serializable

public final class UnexpectedCommandStatusException extends RuntimeException
Indicates that an unexpected command status was returned by the card.
Since:
1.0.0
See Also:
  • Constructor Details

    • UnexpectedCommandStatusException

      public UnexpectedCommandStatusException(String message, Throwable cause)
      Parameters:
      message - Message to identify the exception context.
      cause - The cause.
      Since:
      1.0.0