public class RSecurityException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTHENTICATION
Denotes unauthenciated call.
|
static int |
AUTHORIZATION
Denotes unauthorized call.
|
static int |
CONFLICT
Denotes concurrency conflict on call.
|
int |
errorCode |
| Constructor and Description |
|---|
RSecurityException(java.lang.String message,
int errorCode) |