Package | Description |
---|---|
org.alfresco.module.vti.handler | |
org.alfresco.module.vti.metadata.dic | |
org.alfresco.module.vti.web.fp |
Modifier and Type | Field and Description |
---|---|
static VtiError |
VtiHandlerException.ALREADY_EXISTS |
static VtiError |
VtiHandlerException.BAD_URL |
static VtiError |
VtiHandlerException.DOC_CHECKED_OUT |
static VtiError |
VtiHandlerException.DOC_NOT_CHECKED_OUT |
static VtiError |
VtiHandlerException.DOES_NOT_EXIST |
static VtiError |
VtiHandlerException.FILE_ALREADY_EXISTS |
static VtiError |
VtiHandlerException.FILE_OPEN_FOR_WRITE |
static VtiError |
VtiHandlerException.FOLDER_ALREADY_EXISTS |
static VtiError |
VtiHandlerException.HAS_ILLEGAL_CHARACTERS |
static VtiError |
VtiHandlerException.ITEM_NOT_FOUND |
static VtiError |
VtiHandlerException.LIST_NOT_FOUND |
static VtiError |
VtiHandlerException.NO_PERMISSIONS |
static VtiError |
VtiHandlerException.NOT_FOUND |
static VtiError |
VtiHandlerException.OWSSVR_ERRORACCESSDENIED |
static VtiError |
VtiHandlerException.PRIMARY_PARENT_NOT_EXIST |
static VtiError |
VtiHandlerException.REMOVE_DIRECTORY |
static VtiError |
VtiHandlerException.REMOVE_FILE |
static VtiError |
VtiHandlerException.UNDEFINED |
static VtiError |
VtiHandlerException.URL_DIR_NOT_FOUND |
static VtiError |
VtiHandlerException.URL_NOT_FOUND |
Modifier and Type | Method and Description |
---|---|
VtiError |
VtiHandlerException.getError()
Return the underlying error, if known,
or
V_UNDEFINED if not |
Constructor and Description |
---|
SiteMemberMappingException(VtiError error)
Constructs a
SiteMemberMappingException . |
VtiHandlerException(VtiError error)
Create exception with specified message
|
VtiHandlerException(VtiError error,
Throwable throwable)
Create exception with specified message ant throwable object
|
Modifier and Type | Method and Description |
---|---|
static VtiError |
VtiError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VtiError[] |
VtiError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VtiError |
VtiMethodException.getError() |
Constructor and Description |
---|
VtiMethodException(VtiError errorCode) |
VtiMethodException(VtiError errorCode,
Throwable e) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.