diff --git a/src/uicc/connection/SCP81Connection.java b/src/uicc/connection/SCP81Connection.java index f0ee9c8e209c85947c2219e87a64fce72c7176da..98c704b365d56c4a50378d98de06446330c41b24 100644 --- a/src/uicc/connection/SCP81Connection.java +++ b/src/uicc/connection/SCP81Connection.java @@ -47,6 +47,8 @@ public interface SCP81Connection extends Observable { * in the associated (directly or indirectly) Security Domain of the calling application. *
INVALID_HEADER_FIELDif Content-Type header field does not conform
* with the rules defined in this specification. TOOLKIT_RESOURCE_NOT_AVAILABLE if the proactive command could not be
+ * issued.
*
*
* @throws ArrayIndexOutOfBoundsException if parameterOffset and parameterLength are causing access
@@ -67,6 +69,8 @@ public interface SCP81Connection extends Observable {
* @throws ConnectionException with the following reason code:
* INVALID_STATE if the connection is not open.
+ * TOOLKIT_RESOURCE_NOT_AVAILABLE if the proactive command could not be
+ * issued.
* TOOLKIT_RESOURCE_NOT_AVAILABLE if the proactive command could not be
+ * issued.
*
* @throws NullPointerException if baData is equal to null
*/