public enum WebServiceExceptionCodes extends java.lang.Enum<WebServiceExceptionCodes> implements StandardServiceExceptionCode
| Enum Constant and Description |
|---|
MISSING_CLIENT_REF_ID
"Client reference ID not found".
|
UNMARSHALL_EXCEPTION
"Exception during unmarshalling".
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
java.lang.String |
getMessage() |
java.lang.String |
toString() |
static WebServiceExceptionCodes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WebServiceExceptionCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebServiceExceptionCodes UNMARSHALL_EXCEPTION
public static final WebServiceExceptionCodes MISSING_CLIENT_REF_ID
public static WebServiceExceptionCodes[] values()
for (WebServiceExceptionCodes c : WebServiceExceptionCodes.values()) System.out.println(c);
public static WebServiceExceptionCodes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getCode()
getCode in interface StandardServiceExceptionCodepublic java.lang.String getMessage()
getMessage in interface StandardServiceExceptionCodepublic java.lang.String toString()
toString in class java.lang.Enum<WebServiceExceptionCodes>Copyright © 2018 SAP SE. All Rights Reserved.