| Package | Description |
|---|---|
| org.apache.syncope.common | |
| org.apache.syncope.common.reqres | |
| org.apache.syncope.common.types |
| Modifier and Type | Method and Description |
|---|---|
ClientExceptionType |
SyncopeClientException.getType() |
| Modifier and Type | Method and Description |
|---|---|
static SyncopeClientException |
SyncopeClientException.build(ClientExceptionType type) |
SyncopeClientException |
SyncopeClientCompositeException.getException(ClientExceptionType exceptionType) |
boolean |
SyncopeClientCompositeException.hasException(ClientExceptionType exceptionType) |
void |
SyncopeClientException.setType(ClientExceptionType type) |
| Constructor and Description |
|---|
SyncopeClientException(ClientExceptionType type) |
| Modifier and Type | Method and Description |
|---|---|
ClientExceptionType |
ErrorTO.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorTO.setType(ClientExceptionType type) |
| Modifier and Type | Method and Description |
|---|---|
static ClientExceptionType |
ClientExceptionType.fromHeaderValue(String exceptionTypeHeaderValue) |
static ClientExceptionType |
ClientExceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientExceptionType[] |
ClientExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.