Uses of Class
de.mhus.lib.basics.RC.STATUS
-
Packages that use RC.STATUS Package Description de.mhus.lib.basics de.mhus.lib.errors -
-
Uses of RC.STATUS in de.mhus.lib.basics
Methods in de.mhus.lib.basics that return RC.STATUS Modifier and Type Method Description static RC.STATUSRC.STATUS. valueOf(String name)Returns the enum constant of this type with the specified name.static RC.STATUS[]RC.STATUS. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RC.STATUS in de.mhus.lib.errors
Methods in de.mhus.lib.errors that return RC.STATUS Modifier and Type Method Description static RC.STATUSAccessDeniedException. getDefaultStatus()static RC.STATUSAuthenticationException. getDefaultStatus()static RC.STATUSConflictException. getDefaultStatus()static RC.STATUSErrorException. getDefaultStatus()static RC.STATUSErrorRuntimeException. getDefaultStatus()static RC.STATUSForbiddenException. getDefaultStatus()static RC.STATUSInternalException. getDefaultStatus()static RC.STATUSMaxDepthReached. getDefaultStatus()static RC.STATUSNotFoundException. getDefaultStatus()static RC.STATUSNotFoundRuntimeException. getDefaultStatus()static RC.STATUSNotSupportedException. getDefaultStatus()static RC.STATUSSyntaxError. getDefaultStatus()static RC.STATUSTimeoutException. getDefaultStatus()static RC.STATUSTimeoutRuntimeException. getDefaultStatus()static RC.STATUSTooDeepStructuresException. getDefaultStatus()static RC.STATUSUsageException. getDefaultStatus()static RC.STATUSValidationException. getDefaultStatus()static RC.STATUSWrongStateException. getDefaultStatus()Constructors in de.mhus.lib.errors with parameters of type RC.STATUS Constructor Description MException(RC.CAUSE causeHandling, RC.STATUS rc, Object... in)MException(RC.STATUS rc, Object... in)MRuntimeException(RC.CAUSE causeHandling, RC.STATUS rc, Object... in)MRuntimeException(RC.STATUS rc, Object... in)
-