| Package | Description |
|---|---|
| com.sun.xml.ws.transport.tcp.servicechannel |
| Modifier and Type | Method and Description |
|---|---|
ServiceChannelErrorCode |
ServiceChannelException.ServiceChannelExceptionBean.getErrorCode() |
static ServiceChannelErrorCode |
ServiceChannelErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceChannelErrorCode[] |
ServiceChannelErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceChannelException.ServiceChannelExceptionBean.setErrorCode(ServiceChannelErrorCode errorCode) |
| Constructor and Description |
|---|
ServiceChannelException(ServiceChannelErrorCode errorCode,
String message) |
ServiceChannelExceptionBean(ServiceChannelErrorCode errorCode,
String message) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.