File tree 2 files changed +2
-14
lines changed
src/main/java/org/elasticsearch/cloud/azure
2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 19
19
20
20
package org .elasticsearch .cloud .azure ;
21
21
22
- import org .elasticsearch .ElasticsearchIllegalStateException ;
23
-
24
- public class AzureServiceDisableException extends ElasticsearchIllegalStateException {
25
- public AzureServiceDisableException () {
26
- super (null );
27
- }
28
-
22
+ public class AzureServiceDisableException extends IllegalStateException {
29
23
public AzureServiceDisableException (String msg ) {
30
24
super (msg );
31
25
}
Original file line number Diff line number Diff line change 19
19
20
20
package org .elasticsearch .cloud .azure ;
21
21
22
- import org .elasticsearch .ElasticsearchIllegalStateException ;
23
-
24
- public class AzureServiceRemoteException extends ElasticsearchIllegalStateException {
25
- public AzureServiceRemoteException () {
26
- super (null );
27
- }
28
-
22
+ public class AzureServiceRemoteException extends IllegalStateException {
29
23
public AzureServiceRemoteException (String msg ) {
30
24
super (msg );
31
25
}
You can’t perform that action at this time.
0 commit comments