added env variable and java properties substitution in configuration attributes
All checks were successful
CI / build (push) Successful in 3m29s
All checks were successful
CI / build (push) Successful in 3m29s
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package net.woggioni.gbcs.api.exception;
|
||||
|
||||
public class ConfigurationException extends GbcsException {
|
||||
public ConfigurationException(String message, Throwable cause) {
|
||||
super(message, cause);
|
||||
}
|
||||
|
||||
public ConfigurationException(String message) {
|
||||
this(message, null);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user