Modifier and Type | Field and Description |
---|---|
static StatusCode |
StatusCodes.INVALID_SESSION |
static StatusCode |
StatusCodes.UNABLE_TO_CREATE_SESSION |
Modifier and Type | Field and Description |
---|---|
static StatusCode |
StatusCodes.NO_SUCH_FOLDER |
Modifier and Type | Field and Description |
---|---|
static StatusCode |
StatusCodes.TRIGGER_RUNNING |
Modifier and Type | Field and Description |
---|---|
static StatusCode |
StatusCodes.CONFIGURATION_ERROR |
Modifier and Type | Field and Description |
---|---|
static StatusCode |
StatusCodes.INVALID_ITEM |
Modifier and Type | Field and Description |
---|---|
static StatusCode |
StatusCodes.AUTHENTICATION_FAILED |
static StatusCode |
StatusCodes.AUTHORIZATION_FAILED |
static StatusCode |
StatusCodes.INVALID_USER_OR_PASSWORD |
static StatusCode |
StatusCodes.UNKNOWN_STATUS_CODE |
Modifier and Type | Method and Description |
---|---|
StatusCode |
AuthorizationResult.getErrorCode() |
Modifier and Type | Method and Description |
---|---|
static AuthorizationResult |
AuthorizationResult.createReject(StatusCode statusCode,
String message) |
Constructor and Description |
---|
AuthenticationException(StatusCode statusCode) |
AuthenticationException(StatusCode statusCode,
String message) |
AuthenticationException(StatusCode statusCode,
String message,
Throwable cause) |
AuthenticationException(StatusCode statusCode,
Throwable cause) |
AuthorizationResult(StatusCode errorCode,
String message) |
PermissionDeniedException(StatusCode code,
String message) |
Modifier and Type | Field and Description |
---|---|
static StatusCode |
StatusCodes.VALIDATE_NO_SIGNATURE_DATA |
static StatusCode |
StatusCodes.VERIFY_NO_SIGNATURE |
static StatusCode |
StatusCodes.VERIFY_SIGNATURE_INVALID |
Modifier and Type | Method and Description |
---|---|
StatusCode |
RequestValidator.Result.getStatusCode() |
Constructor and Description |
---|
Result(StatusCode statusCode,
String message) |
Modifier and Type | Method and Description |
---|---|
StatusCode |
Result.getCode() |
Constructor and Description |
---|
Result(StatusCode code,
String message) |
Modifier and Type | Field and Description |
---|---|
protected StatusCode |
CodedException.status |
Modifier and Type | Method and Description |
---|---|
protected abstract StatusCode |
CodedRuntimeExceptionDefStatusCode.generateStatusCode()
the implementation of setStatusCode must provide the statuscode you want
your exception to have.
|
protected abstract StatusCode |
CodedExceptionDefStatusCode.generateStatusCode()
the implementation of setStatusCode must provide the statuscode you want
your exception to have.
|
StatusCode |
CodedRuntimeException.getStatus() |
StatusCode |
CodedExceptionBase.getStatus()
ensures that a Coded Exception has a StatusCode that is accessible
|
StatusCode |
CodedRuntimeExceptionDefStatusCode.getStatus() |
StatusCode |
CodedException.getStatus() |
StatusCode |
CodedExceptionDefStatusCode.getStatus() |
Constructor and Description |
---|
CodedException(StatusCode statusCode) |
CodedException(StatusCode statusCode,
String message) |
CodedException(StatusCode statusCode,
String message,
Throwable cause) |
CodedException(StatusCode statusCode,
Throwable cause) |
CodedRuntimeException(StatusCode statusCode) |
CodedRuntimeException(StatusCode statusCode,
String message) |
CodedRuntimeException(StatusCode statusCode,
String message,
Throwable cause) |
CodedRuntimeException(StatusCode statusCode,
Throwable cause) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.