public class SymwsFault extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACCESS_DENIED |
protected String |
code |
static String |
ITEM_NOT_FOUND_IN_CATALOG |
static String |
REQUIRED_FIELD_MISSING |
protected String |
string |
static String |
UNABLE_TO_ACQUIRE_SESSION |
static String |
UNABLE_TO_LOGIN |
static String |
USER_ALREADY_HAS_A_HOLD_ON_THIS_MATERIAL |
static String |
USER_NOT_FOUND |
Constructor and Description |
---|
SymwsFault() |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getString() |
void |
setCode(String code) |
void |
setString(String string) |
public static final String UNABLE_TO_ACQUIRE_SESSION
public static final String USER_ALREADY_HAS_A_HOLD_ON_THIS_MATERIAL
public static final String ACCESS_DENIED
public static final String ITEM_NOT_FOUND_IN_CATALOG
public static final String UNABLE_TO_LOGIN
public static final String REQUIRED_FIELD_MISSING
public static final String USER_NOT_FOUND
protected String code
protected String string
Copyright © 2015. All rights reserved.