Package | Description |
---|---|
oracle.wcc.ridc.adfca.http.internal.exception |
Modifier and Type | Method and Description |
---|---|
ForbiddenException |
HttpServiceExceptionFactory.createForbidden(String sourceClass,
String sourceMethod,
String message,
Object[] messageParams,
Throwable cause)
Create and log a new HttpServiceException with FORBIDDEN
HTTP status.
|
ForbiddenException |
HttpServiceExceptionFactory.createForbidden(String sourceClass,
String sourceMethod,
String message,
Object messageParam,
Throwable cause)
Create and log a new HttpServiceException with FORBIDDEN
HTTP status.
|