Uses of Class
oracle.wcc.ridc.adfca.http.internal.exception.InternalServerErrorException
Packages that use InternalServerErrorException
-
Uses of InternalServerErrorException in oracle.wcc.ridc.adfca.http.internal.exception
Methods in oracle.wcc.ridc.adfca.http.internal.exception that return InternalServerErrorExceptionModifier and TypeMethodDescriptionHttpServiceExceptionFactory.createInternalServerError(String sourceClass, String sourceMethod, String messageKey) Create and log a new HttpServiceException with INTERNAL_SERVER_ERROR HTTP status.HttpServiceExceptionFactory.createInternalServerError(String sourceClass, String sourceMethod, String message, Object[] messageParams) Create and log a new HttpServiceException with INTERNAL_SERVER_ERROR HTTP status.HttpServiceExceptionFactory.createInternalServerError(String sourceClass, String sourceMethod, String message, Object[] messageParams, Level logLevel) Create and log a new HttpServiceException with INTERNAL_SERVER_ERROR HTTP status.HttpServiceExceptionFactory.createInternalServerError(String sourceClass, String sourceMethod, String message, String messageParam) Create and log a new HttpServiceException with INTERNAL_SERVER_ERROR HTTP status.HttpServiceExceptionFactory.createInternalServerError(String sourceClass, String sourceMethod, Throwable t) Create and log a new HttpServiceException with INTERNAL_SERVER_ERROR HTTP status.