Uses of Class
io.mosip.kernel.core.saltgenerator.constant.SaltGeneratorErrorConstants
-
Packages that use SaltGeneratorErrorConstants Package Description io.mosip.kernel.core.saltgenerator.constant io.mosip.kernel.core.saltgenerator.exception -
-
Uses of SaltGeneratorErrorConstants in io.mosip.kernel.core.saltgenerator.constant
Methods in io.mosip.kernel.core.saltgenerator.constant that return SaltGeneratorErrorConstants Modifier and Type Method Description static SaltGeneratorErrorConstantsSaltGeneratorErrorConstants. valueOf(String name)Returns the enum constant of this type with the specified name.static SaltGeneratorErrorConstants[]SaltGeneratorErrorConstants. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SaltGeneratorErrorConstants in io.mosip.kernel.core.saltgenerator.exception
Constructors in io.mosip.kernel.core.saltgenerator.exception with parameters of type SaltGeneratorErrorConstants Constructor Description SaltGeneratorException(SaltGeneratorErrorConstants exceptionConstant)Instantiates a new SaltGeneratorException.SaltGeneratorException(SaltGeneratorErrorConstants exceptionConstant, String operation)Instantiates a new SaltGeneratorException.SaltGeneratorException(SaltGeneratorErrorConstants exceptionConstant, Throwable rootCause)Instantiates a new SaltGeneratorException.SaltGeneratorException(SaltGeneratorErrorConstants exceptionConstant, Throwable rootCause, String operation)Instantiates a new SaltGeneratorException.
-