public class ServiceNotAuthorizedException extends AbstractCisClientException
| Constructor and Description |
|---|
ServiceNotAuthorizedException(java.util.List<ServiceExceptionDetail> serviceExceptionDetails)
Instantiates a new ServiceNotAuthorizedException.
|
ServiceNotAuthorizedException(java.lang.String serviceId)
Instantiates a new ServiceNotAuthorizedException.
|
ServiceNotAuthorizedException(java.lang.String serviceId,
java.lang.Throwable cause)
Instantiates a new ServiceNotAuthorizedException.
|
getErrorCodes, getServiceId, getVendorId, setServicepublic ServiceNotAuthorizedException(java.util.List<ServiceExceptionDetail> serviceExceptionDetails)
serviceExceptionDetails - a list of exception details explaining this exceptionpublic ServiceNotAuthorizedException(java.lang.String serviceId)
serviceId - a service id which is not allowed to be calledpublic ServiceNotAuthorizedException(java.lang.String serviceId,
java.lang.Throwable cause)
serviceId - a service Id which is not allowed to be calledcause - a throwable with a cause for the exceptionCopyright © 2018 SAP SE. All Rights Reserved.