Uses of Enum Class
org.metabit.platform.interfacing.jjournal.JJournalException.ErrorCodes
Packages that use JJournalException.ErrorCodes
-
Uses of JJournalException.ErrorCodes in org.metabit.platform.interfacing.jjournal
Fields in org.metabit.platform.interfacing.jjournal declared as JJournalException.ErrorCodesModifier and TypeFieldDescriptionprivate final JJournalException.ErrorCodesJJournalException.errorcodeJDK-8275192Methods in org.metabit.platform.interfacing.jjournal that return JJournalException.ErrorCodesModifier and TypeMethodDescriptionJJournalException.getCode()get the errorcode for further differentiation.static JJournalException.ErrorCodesReturns the enum constant of this class with the specified name.static JJournalException.ErrorCodes[]JJournalException.ErrorCodes.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.metabit.platform.interfacing.jjournal with parameters of type JJournalException.ErrorCodesModifierConstructorDescriptionJJournalException(JJournalException.ErrorCodes errorcode) public constructor for known events