|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javacard.framework.CardRuntimeException
javacard.framework.TransactionException
com.sun.javacard.javax.smartcard.rmiclient.TransactionExceptionSubclass
public class TransactionExceptionSubclass
This exception class represents a card subclass of TransactionException.
TransactionException represents an exception in the transaction subsystem.
| Field Summary |
|---|
| Fields inherited from class javacard.framework.TransactionException |
|---|
BUFFER_FULL, IN_PROGRESS, INTERNAL_FAILURE, NOT_IN_PROGRESS |
| Constructor Summary | |
|---|---|
TransactionExceptionSubclass(java.lang.String msg,
short reason)
Constructs an TransactionExceptionSubclass with the specified reason and specified error message. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Returns the error message string of this throwable object. |
| Methods inherited from class javacard.framework.TransactionException |
|---|
throwIt |
| Methods inherited from class javacard.framework.CardRuntimeException |
|---|
getReason, setReason |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TransactionExceptionSubclass(java.lang.String msg,
short reason)
msg - the associated message stringreason - the reason for the exception.| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||