Uses of Class
org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorViewServiceException
-
Packages that use ServerAuthorViewServiceException Package Description org.odpi.openmetadata.viewservices.serverauthor.api.ffdc This package provides the definition of the Java API for the Server Author OMVS. -
-
Uses of ServerAuthorViewServiceException in org.odpi.openmetadata.viewservices.serverauthor.api.ffdc
Methods in org.odpi.openmetadata.viewservices.serverauthor.api.ffdc that return ServerAuthorViewServiceException Modifier and Type Method Description static ServerAuthorViewServiceExceptionServerAuthorExceptionHandler. mapOMAGConfigurationErrorException(String className, String methodName, OMAGConfigurationErrorException error)Map an OMAG configuration exception to a ServerAuthorViewServiceExceptionstatic ServerAuthorViewServiceExceptionServerAuthorExceptionHandler. mapOMAGInvalidParameterException(String className, String methodName, OMAGInvalidParameterException omagException)Map an OMAGInvalidParameterException to a ServerAuthorViewServiceException which is more consumable / meaningful to the UIstatic ServerAuthorViewServiceExceptionServerAuthorExceptionHandler. mapOMAGUserNotAuthorizedException(String className, String methodName, OMAGNotAuthorizedException omagException)Map an OMAGNotAuthorizedException to a ServerAuthorViewServiceException which is more consumable / meaningful to the UI
-