Searched refs:ReplyErrorCodeException (Results 1 - 7 of 7) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/exceptions/
H A DReplyErrorCodeException.java35 public class ReplyErrorCodeException extends TestErrorException { class in inherits:TestErrorException
49 public ReplyErrorCodeException(int errorCode) { method in class:ReplyErrorCodeException
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DSuspendTest.java85 } catch (ReplyErrorCodeException exception) {
102 } catch (ReplyErrorCodeException exception) {
H A DThreadGroup002Test.java101 } catch (ReplyErrorCodeException exception) {
114 } catch (ReplyErrorCodeException exception) {
H A DSuspendCountTest.java95 } catch (ReplyErrorCodeException exception) {
116 } catch (ReplyErrorCodeException exception) {
H A DResumeTest.java91 } catch (ReplyErrorCodeException exception) {
104 } catch (ReplyErrorCodeException exception) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DResumeTest.java32 import org.apache.harmony.jpda.tests.framework.jdwp.exceptions.ReplyErrorCodeException;
297 } catch (ReplyErrorCodeException exception) {
309 } catch (ReplyErrorCodeException exception) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DVmMirror.java44 import org.apache.harmony.jpda.tests.framework.jdwp.exceptions.ReplyErrorCodeException;
51 * Most methods can throw ReplyErrorCodeException if error occurred in execution
88 * ReplyErrorCodeException if any error detected.
96 throw new ReplyErrorCodeException(reply.getErrorCode());
1639 * @throws ReplyErrorCodeException
1642 String fieldName) throws ReplyErrorCodeException {
1681 * @throws ReplyErrorCodeException
1684 byte classTypeTag, String fieldName) throws ReplyErrorCodeException {

Completed in 804 milliseconds