Searched defs:Failure (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/net/httpserver/
H A DAuthenticator.java50 public static class Failure extends Result { class in class:Authenticator
54 public Failure (int responseCode) { method in class:Authenticator.Failure
110 * must return a Failure, Success or Retry object as appropriate :-
112 * Failure means the authentication has completed, but has failed
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DHangup.java44 private static class Failure class in class:Hangup
48 Failure(String s) { method in class:Hangup.Failure
59 throw new Failure("Select returned zero");
62 throw new Failure("Wrong size for selected-key set: "
65 throw new Failure("Key not in selected-key set");
121 throw new Failure("Incorrect number of bytes written");
129 throw new Failure("Wrong number of bytes read");
145 throw new Failure("Wrong number of bytes read");
174 } catch (Failure x) {
/openjdk7/langtools/test/tools/javac/Paths/
H A DUtil.sh88 Failure() { Test failure "$@"; } function
/openjdk7/jdk/test/sun/rmi/rmic/manifestClassPath/
H A DUtil.sh90 Failure() { Test failure "$@"; } function
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DTransfers.java40 private static class Failure class in class:Transfers
44 Failure(Exception x) { method in class:Transfers.Failure
48 Failure(String s) { method in class:Transfers.Failure
95 throw new Failure("Wrong data written");
218 throw new Failure("Wrong position: "
266 throw new Failure("Source has " + src.remaining()
315 throw new Failure("Wrong position: "
356 throw new Failure("Destination has " + dst.remaining()
364 throw new Failure("Wrong data written");
436 throw new Failure("Incorrec
[all...]

Completed in 44 milliseconds