Searched refs:IllegalStateException (Results 1 - 25 of 732) sorted by relevance

1234567891011>>

/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/
H A DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class in inherits:MockFtpServerException
30 public IllegalStateException(String message) { method in class:IllegalStateException
37 public IllegalStateException(Throwable cause) { method in class:IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { method in class:IllegalStateException
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/
H A DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class in inherits:MockFtpServerException
30 public IllegalStateException(String message) { method in class:IllegalStateException
37 public IllegalStateException(Throwable cause) { method in class:IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { method in class:IllegalStateException
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/
H A DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class in inherits:MockFtpServerException
30 public IllegalStateException(String message) { method in class:IllegalStateException
37 public IllegalStateException(Throwable cause) { method in class:IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { method in class:IllegalStateException
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/
H A DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class in inherits:MockFtpServerException
30 public IllegalStateException(String message) { method in class:IllegalStateException
37 public IllegalStateException(Throwable cause) { method in class:IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { method in class:IllegalStateException
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/
H A DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class in inherits:MockFtpServerException
30 public IllegalStateException(String message) { method in class:IllegalStateException
37 public IllegalStateException(Throwable cause) { method in class:IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { method in class:IllegalStateException
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/
H A DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class in inherits:MockFtpServerException
30 public IllegalStateException(String message) { method in class:IllegalStateException
37 public IllegalStateException(Throwable cause) { method in class:IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { method in class:IllegalStateException
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/
H A DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class in inherits:MockFtpServerException
30 public IllegalStateException(String message) { method in class:IllegalStateException
37 public IllegalStateException(Throwable cause) { method in class:IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { method in class:IllegalStateException
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/
H A DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class in inherits:MockFtpServerException
30 public IllegalStateException(String message) { method in class:IllegalStateException
37 public IllegalStateException(Throwable cause) { method in class:IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { method in class:IllegalStateException
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/
H A DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class in inherits:MockFtpServerException
30 public IllegalStateException(String message) { method in class:IllegalStateException
37 public IllegalStateException(Throwable cause) { method in class:IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { method in class:IllegalStateException
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/
H A DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class in inherits:MockFtpServerException
30 public IllegalStateException(String message) { method in class:IllegalStateException
37 public IllegalStateException(Throwable cause) { method in class:IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { method in class:IllegalStateException
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/
H A DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class in inherits:MockFtpServerException
30 public IllegalStateException(String message) { method in class:IllegalStateException
37 public IllegalStateException(Throwable cause) { method in class:IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { method in class:IllegalStateException
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/
H A DIllegalStateException.java25 public class IllegalStateException extends MockFtpServerException { class in inherits:MockFtpServerException
30 public IllegalStateException(String message) { method in class:IllegalStateException
37 public IllegalStateException(Throwable cause) { method in class:IllegalStateException
45 public IllegalStateException(String message, Throwable cause) { method in class:IllegalStateException
/external/android-mock/tests/com/google/android/testing/mocking/
H A DClassDoesWorkInConstructor.java39 throw new IllegalStateException("I wasn't mocked!!");
43 throw new IllegalStateException("I wasn't mocked!!");
47 throw new IllegalStateException("I wasn't mocked!!");
51 throw new IllegalStateException("I wasn't mocked!!");
55 throw new IllegalStateException("I wasn't mocked!!");
59 throw new IllegalStateException("I wasn't mocked!!");
63 throw new IllegalStateException("I wasn't mocked!!");
67 throw new IllegalStateException("I wasn't mocked!!");
71 throw new IllegalStateException("I wasn't mocked!!");
75 throw new IllegalStateException("
[all...]
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/core/
H A DIllegalStateException.groovy28 public class IllegalStateException extends MockFtpServerException {
33 IllegalStateException(String message) {
40 IllegalStateException(Throwable cause) {
48 IllegalStateException(String message, Throwable cause) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DMac.java37 * @exception IllegalStateException if the MAC is not initialised.
40 throws IllegalStateException;
46 * @exception IllegalStateException if the MAC is not initialised.
50 throws DataLengthException, IllegalStateException;
61 * @exception IllegalStateException if the MAC is not initialised.
64 throws DataLengthException, IllegalStateException;
H A DBlockCipher.java45 * @exception IllegalStateException if the cipher isn't initialised.
49 throws DataLengthException, IllegalStateException;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DAssert.java15 throw new IllegalStateException("failure '" + msg + "'");
18 if (!val) throw new IllegalStateException("assert failed");
21 if (!val) throw new IllegalStateException("assert '" + msg + "' failed");
/external/jmonkeyengine/engine/src/core/com/jme3/input/dummy/
H A DDummyInput.java50 throw new IllegalStateException("Input already initialized.");
57 throw new IllegalStateException("Input not initialized.");
62 throw new IllegalStateException("Input not initialized.");
H A DDummyKeyInput.java47 throw new IllegalStateException("Input not initialized.");
H A DDummyMouseInput.java47 throw new IllegalStateException("Input not initialized.");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
H A DDecoderException.java7 extends IllegalStateException
H A DEncoderException.java7 extends IllegalStateException
/external/apache-http/src/org/apache/http/
H A DHttpResponse.java101 * @throws IllegalStateException
109 throws IllegalStateException;
119 * @throws IllegalStateException
126 throws IllegalStateException;
/external/okhttp/okio/okio/src/main/java/okio/
H A DRealBufferedSink.java44 if (closed) throw new IllegalStateException("closed");
50 if (closed) throw new IllegalStateException("closed");
56 if (closed) throw new IllegalStateException("closed");
63 if (closed) throw new IllegalStateException("closed");
69 if (closed) throw new IllegalStateException("closed");
75 if (closed) throw new IllegalStateException("closed");
82 if (closed) throw new IllegalStateException("closed");
88 if (closed) throw new IllegalStateException("closed");
94 if (closed) throw new IllegalStateException("closed");
120 if (closed) throw new IllegalStateException("close
[all...]
/external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
H A DMyKeyAgreementSpi.java44 throws InvalidKeyException, IllegalStateException {
46 throw new IllegalStateException("last Phase is false");
52 protected byte[] engineGenerateSecret() throws IllegalStateException {
58 throws IllegalStateException, ShortBufferException {
64 throws IllegalStateException, NoSuchAlgorithmException,

Completed in 924 milliseconds

1234567891011>>