Uses of Enum Class
org.cristalise.kernel.common.CriseVertxException.FailureCodes
Packages that use CriseVertxException.FailureCodes
-
Uses of CriseVertxException.FailureCodes in org.cristalise.kernel.common
Methods in org.cristalise.kernel.common that return CriseVertxException.FailureCodesModifier and TypeMethodDescriptionCriseVertxException.FailureCodes.getValue(int id) Returns the enum constant of this class with the specified name.static CriseVertxException.FailureCodes[]CriseVertxException.FailureCodes.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.cristalise.kernel.common with parameters of type CriseVertxException.FailureCodesModifierConstructorDescriptionCriseVertxException(CriseVertxException.FailureCodes code, String msg, Throwable cause) CriseVertxException(CriseVertxException.FailureCodes code, Throwable cause)