Uses of Enum
org.opencms.ugc.shared.CmsUgcConstants.ErrorCode
-
Uses of CmsUgcConstants.ErrorCode in org.opencms.ugc.shared
Modifier and TypeMethodDescriptionCmsUgcException.getErrorCode()
Returns the errorCode.static CmsUgcConstants.ErrorCode
Returns the enum constant of this type with the specified name.static CmsUgcConstants.ErrorCode[]
CmsUgcConstants.ErrorCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
CmsUgcException.setErrorCode
(CmsUgcConstants.ErrorCode errorCode) Sets the errorCode.ModifierConstructorDescriptionCmsUgcException
(Throwable t, CmsUgcConstants.ErrorCode errorCode, String message) Creates a new instance.CmsUgcException
(CmsUgcConstants.ErrorCode errorCode, String message) Creates a new instance.