static ServerAuthorViewServiceException |
ServerAuthorExceptionHandler.mapOCFInvalidParameterException(String className,
String methodName,
InvalidParameterException error) |
Map an OCF InvalidParameterException to a ServerAuthorViewServiceException which is more consumable / meaningful to the UI
|
static ServerAuthorViewServiceException |
ServerAuthorExceptionHandler.mapOCFPropertyServerError(String className,
String methodName,
PropertyServerException error) |
|
static ServerAuthorViewServiceException |
ServerAuthorExceptionHandler.mapOMAGConfigurationErrorException(String className,
String methodName,
OMAGConfigurationErrorException error) |
Map an OMAG configuration exception to a ServerAuthorViewServiceException
|
static ServerAuthorViewServiceException |
ServerAuthorExceptionHandler.mapOMAGInvalidParameterException(String className,
String methodName,
OMAGInvalidParameterException omagException) |
Map an OMAGInvalidParameterException to a ServerAuthorViewServiceException which is more consumable / meaningful to the UI
|
static ServerAuthorViewServiceException |
ServerAuthorExceptionHandler.mapToUserNotAuthorizedException(String className,
String methodName) |
Map an OMAGNotAuthorizedException to a ServerAuthorViewServiceException which is more consumable / meaningful to the UI
|