public class RequestProcessingExceptionFactory extends Object
RequestProcessingException.| Modifier and Type | Field and Description |
|---|---|
static String |
OLD_EXCEPTIONS_BEHAVIOR_SYSTEM_PROPERTY |
| Constructor and Description |
|---|
RequestProcessingExceptionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static RequestProcessingException |
noClientAuthenticationException() |
static RequestProcessingException |
noClientIdException() |
static RequestProcessingException |
unkownClientIdException() |
static RequestProcessingException |
wrongClientSecretException() |
public static final String OLD_EXCEPTIONS_BEHAVIOR_SYSTEM_PROPERTY
public static RequestProcessingException noClientAuthenticationException()
public static RequestProcessingException noClientIdException()
public static RequestProcessingException wrongClientSecretException()
public static RequestProcessingException unkownClientIdException()
Copyright © 2019 MuleSoft, Inc.. All rights reserved.