Searched refs:cause (Results 1 - 25 of 443) sorted by relevance

1234567891011>>

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
H A DDecoderException.java9 private Throwable cause; field in class:DecoderException
11 DecoderException(String msg, Throwable cause) argument
15 this.cause = cause;
20 return cause;
H A DEncoderException.java9 private Throwable cause; field in class:EncoderException
11 EncoderException(String msg, Throwable cause) argument
15 this.cause = cause;
20 return cause;
/external/apache-http/src/org/apache/commons/logging/
H A DLogConfigurationException.java60 * Construct a new exception with the specified cause and a derived
63 * @param cause The underlying cause
65 public LogConfigurationException(Throwable cause) { argument
67 this((cause == null) ? null : cause.toString(), cause);
73 * Construct a new exception with the specified detail message and cause.
76 * @param cause The underlying cause
78 LogConfigurationException(String message, Throwable cause) argument
89 protected Throwable cause = null; field in class:LogConfigurationException
[all...]
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/
H A DLogConfigurationException.java56 * Construct a new exception with the specified cause and a derived detail
59 * @param cause
60 * The underlying cause
62 public LogConfigurationException(Throwable cause) { argument
64 this((cause == null) ? null : cause.toString(), cause);
69 * Construct a new exception with the specified detail message and cause.
73 * @param cause
74 * The underlying cause
76 LogConfigurationException(String message, Throwable cause) argument
84 protected Throwable cause = null; field in class:LogConfigurationException
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DCodeGenerationException.java22 private Throwable cause; field in class:CodeGenerationException
24 public CodeGenerationException(Throwable cause) { argument
25 super(cause.getClass().getName() + "-->" + cause.getMessage());
26 this.cause = cause;
30 return cause;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/exception/
H A DExtCertPathBuilderException.java10 private Throwable cause; field in class:ExtCertPathBuilderException
12 public ExtCertPathBuilderException(String message, Throwable cause) argument
15 this.cause = cause;
18 public ExtCertPathBuilderException(String msg, Throwable cause, argument
21 super(msg, cause);
22 this.cause = cause;
27 return cause;
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/
H A DCommandSyntaxException.java35 * @param cause
37 public CommandSyntaxException(Throwable cause) { argument
38 super(cause);
43 * @param cause
45 public CommandSyntaxException(String message, Throwable cause) { argument
46 super(message, cause);
H A DIllegalStateException.java35 * @param cause
37 public IllegalStateException(Throwable cause) { argument
38 super(cause);
43 * @param cause
45 public IllegalStateException(String message, Throwable cause) { argument
46 super(message, cause);
H A DMockFtpServerException.java28 * Create a new instance with the specified detail message and no cause
36 * Create a new instance with the specified detail message and no cause
37 * @param cause - the Throwable cause
39 public MockFtpServerException(Throwable cause) { argument
40 super(cause);
44 * Create a new instance with the specified detail message and cause
46 * @param cause - the Throwable cause
48 public MockFtpServerException(String message, Throwable cause) { argument
[all...]
H A DNotLoggedInException.java35 * @param cause
37 public NotLoggedInException(Throwable cause) { argument
38 super(cause);
43 * @param cause
45 public NotLoggedInException(String message, Throwable cause) { argument
46 super(message, cause);
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/
H A DMockFtpServerException.java28 * Create a new instance with the specified detail message and no cause
36 * Create a new instance with the specified detail message and no cause
37 * @param cause - the Throwable cause
39 public MockFtpServerException(Throwable cause) { argument
40 super(cause);
44 * Create a new instance with the specified detail message and cause
46 * @param cause - the Throwable cause
48 public MockFtpServerException(String message, Throwable cause) { argument
[all...]
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/core/
H A DMockFtpServerException.java28 * Create a new instance with the specified detail message and no cause
36 * Create a new instance with the specified detail message and no cause
37 * @param cause - the Throwable cause
39 public MockFtpServerException(Throwable cause) { argument
40 super(cause);
44 * Create a new instance with the specified detail message and cause
46 * @param cause - the Throwable cause
48 public MockFtpServerException(String message, Throwable cause) { argument
[all...]
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/core/
H A DMockFtpServerException.java28 * Create a new instance with the specified detail message and no cause
36 * Create a new instance with the specified detail message and no cause
37 * @param cause - the Throwable cause
39 public MockFtpServerException(Throwable cause) { argument
40 super(cause);
44 * Create a new instance with the specified detail message and cause
46 * @param cause - the Throwable cause
48 public MockFtpServerException(String message, Throwable cause) { argument
[all...]
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/core/
H A DMockFtpServerException.java28 * Create a new instance with the specified detail message and no cause
36 * Create a new instance with the specified detail message and no cause
37 * @param cause - the Throwable cause
39 public MockFtpServerException(Throwable cause) { argument
40 super(cause);
44 * Create a new instance with the specified detail message and cause
46 * @param cause - the Throwable cause
48 public MockFtpServerException(String message, Throwable cause) { argument
[all...]
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/core/
H A DMockFtpServerException.java28 * Create a new instance with the specified detail message and no cause
36 * Create a new instance with the specified detail message and no cause
37 * @param cause - the Throwable cause
39 public MockFtpServerException(Throwable cause) { argument
40 super(cause);
44 * Create a new instance with the specified detail message and cause
46 * @param cause - the Throwable cause
48 public MockFtpServerException(String message, Throwable cause) { argument
[all...]
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/core/
H A DMockFtpServerException.java28 * Create a new instance with the specified detail message and no cause
36 * Create a new instance with the specified detail message and no cause
37 * @param cause - the Throwable cause
39 public MockFtpServerException(Throwable cause) { argument
40 super(cause);
44 * Create a new instance with the specified detail message and cause
46 * @param cause - the Throwable cause
48 public MockFtpServerException(String message, Throwable cause) { argument
[all...]
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/core/
H A DMockFtpServerException.java28 * Create a new instance with the specified detail message and no cause
36 * Create a new instance with the specified detail message and no cause
37 * @param cause - the Throwable cause
39 public MockFtpServerException(Throwable cause) { argument
40 super(cause);
44 * Create a new instance with the specified detail message and cause
46 * @param cause - the Throwable cause
48 public MockFtpServerException(String message, Throwable cause) { argument
[all...]
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/core/
H A DMockFtpServerException.java28 * Create a new instance with the specified detail message and no cause
36 * Create a new instance with the specified detail message and no cause
37 * @param cause - the Throwable cause
39 public MockFtpServerException(Throwable cause) { argument
40 super(cause);
44 * Create a new instance with the specified detail message and cause
46 * @param cause - the Throwable cause
48 public MockFtpServerException(String message, Throwable cause) { argument
[all...]
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/
H A DCommandSyntaxException.java35 * @param cause
37 public CommandSyntaxException(Throwable cause) { argument
38 super(cause);
43 * @param cause
45 public CommandSyntaxException(String message, Throwable cause) { argument
46 super(message, cause);
H A DIllegalStateException.java35 * @param cause
37 public IllegalStateException(Throwable cause) { argument
38 super(cause);
43 * @param cause
45 public IllegalStateException(String message, Throwable cause) { argument
46 super(message, cause);
H A DMockFtpServerException.java28 * Create a new instance with the specified detail message and no cause
36 * Create a new instance with the specified detail message and no cause
37 * @param cause - the Throwable cause
39 public MockFtpServerException(Throwable cause) { argument
40 super(cause);
44 * Create a new instance with the specified detail message and cause
46 * @param cause - the Throwable cause
48 public MockFtpServerException(String message, Throwable cause) { argument
[all...]
H A DNotLoggedInException.java35 * @param cause
37 public NotLoggedInException(Throwable cause) { argument
38 super(cause);
43 * @param cause
45 public NotLoggedInException(String message, Throwable cause) { argument
46 super(message, cause);
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/
H A DCommandSyntaxException.java35 * @param cause
37 public CommandSyntaxException(Throwable cause) { argument
38 super(cause);
43 * @param cause
45 public CommandSyntaxException(String message, Throwable cause) { argument
46 super(message, cause);
H A DIllegalStateException.java35 * @param cause
37 public IllegalStateException(Throwable cause) { argument
38 super(cause);
43 * @param cause
45 public IllegalStateException(String message, Throwable cause) { argument
46 super(message, cause);
H A DMockFtpServerException.java28 * Create a new instance with the specified detail message and no cause
36 * Create a new instance with the specified detail message and no cause
37 * @param cause - the Throwable cause
39 public MockFtpServerException(Throwable cause) { argument
40 super(cause);
44 * Create a new instance with the specified detail message and cause
46 * @param cause - the Throwable cause
48 public MockFtpServerException(String message, Throwable cause) { argument
[all...]

Completed in 513 milliseconds

1234567891011>>