| Package | Description |
|---|---|
| org.opencms.ugc.shared |
| Modifier and Type | Method and Description |
|---|---|
CmsUgcConstants.ErrorCode |
CmsUgcException.getErrorCode()
Returns the errorCode.
|
static CmsUgcConstants.ErrorCode |
CmsUgcConstants.ErrorCode.valueOf(java.lang.String name)
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 Type | Method and Description |
|---|---|
void |
CmsUgcException.setErrorCode(CmsUgcConstants.ErrorCode errorCode)
Sets the errorCode.
|
| Constructor and Description |
|---|
CmsUgcException(CmsUgcConstants.ErrorCode errorCode,
java.lang.String message)
Creates a new instance.
|
CmsUgcException(java.lang.Throwable t,
CmsUgcConstants.ErrorCode errorCode,
java.lang.String message)
Creates a new instance.
|