Package com.suse.salt.netapi.errors
Class ModuleNotSupported
- java.lang.Object
-
- com.suse.salt.netapi.errors.ModuleNotSupported
-
-
Constructor Summary
Constructors Constructor Description ModuleNotSupported(String module)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
<T> T
fold(Function<FunctionNotAvailable,? extends T> fnNotAvail, Function<ModuleNotSupported,? extends T> modNotSupported, Function<JsonParsingError,? extends T> jsonError, Function<GenericError,? extends T> generic)
String
getModuleName()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
ModuleNotSupported
public ModuleNotSupported(String module)
-
-
Method Detail
-
getModuleName
public String getModuleName()
-
fold
public <T> T fold(Function<FunctionNotAvailable,? extends T> fnNotAvail, Function<ModuleNotSupported,? extends T> modNotSupported, Function<JsonParsingError,? extends T> jsonError, Function<GenericError,? extends T> generic)
-
-