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 booleanequals(Object obj)<T> Tfold(Function<FunctionNotAvailable,? extends T> fnNotAvail, Function<ModuleNotSupported,? extends T> modNotSupported, Function<JsonParsingError,? extends T> jsonError, Function<GenericError,? extends T> generic, Function<SaltSSHError,? extends T> saltSSHError)StringgetModuleName()inthashCode()StringtoString() 
 - 
 
- 
- 
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, Function<SaltSSHError,? extends T> saltSSHError)
 
 - 
 
 -