Commit c014662c authored by Sergi Rodríguez's avatar Sergi Rodríguez
Browse files

adding TOOLKIT_RESOURCE_NOT_AVAILABLE to SCP81Connection methods

parent 30decc92
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -47,6 +47,8 @@ public interface SCP81Connection extends Observable {
     *                    in the associated (directly or indirectly) Security Domain of the calling application. </li>
     *              <li><code>INVALID_HEADER_FIELD</code>if Content-Type header field does not conform
     *                    with the rules defined in this specification. </li>
     *              <li><code>TOOLKIT_RESOURCE_NOT_AVAILABLE</code> if the proactive command could not be
     *                  issued.
     *         </ul>
     *
     * @throws ArrayIndexOutOfBoundsException if <code>parameterOffset</code> and <code>parameterLength</code> are causing access
@@ -67,6 +69,8 @@ public interface SCP81Connection extends Observable {
     * @throws ConnectionException with the following reason code:
     *         <ul>
     *              <li><code>INVALID_STATE</code> if the connection is not open.
     *              <li><code>TOOLKIT_RESOURCE_NOT_AVAILABLE</code> if the proactive command could not be
     *                  issued.
     *         </ul>
     */
    public void close()
@@ -94,6 +98,8 @@ public interface SCP81Connection extends Observable {
     *                               <li> or if an HTTP POST response has been delivered to the applet but all received have not
     *                                  been received or discarded.
     *                         </ul>
     *              <li><code>TOOLKIT_RESOURCE_NOT_AVAILABLE</code> if the proactive command could not be
     *                  issued.
     *         </ul>
     * @throws NullPointerException if <code>baData</code> is equal to <code>null</code>
     */