Package com.suse.salt.netapi.errors
Class FunctionNotAvailable
- java.lang.Object
-
- com.suse.salt.netapi.errors.FunctionNotAvailable
-
-
Constructor Summary
Constructors Constructor Description FunctionNotAvailable(String fn)
-
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
getFunctionName()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
FunctionNotAvailable
public FunctionNotAvailable(String fn)
-
-
Method Detail
-
getFunctionName
public String getFunctionName()
-
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)
-
-