@WebFault(name="ServiceChannelException", targetNamespace="http://servicechannel.tcp.transport.ws.xml.sun.com/", faultBean="com.sun.xml.ws.transport.tcp.servicechannel.ServiceChannelException$ServiceChannelExceptionBean") public class ServiceChannelException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceChannelException.ServiceChannelExceptionBean |
| Constructor and Description |
|---|
ServiceChannelException() |
ServiceChannelException(ServiceChannelErrorCode errorCode,
String message) |
ServiceChannelException(String message,
ServiceChannelException.ServiceChannelExceptionBean faultInfo) |
ServiceChannelException(String message,
ServiceChannelException.ServiceChannelExceptionBean faultInfo,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ServiceChannelException.ServiceChannelExceptionBean |
getFaultInfo() |
void |
setFaultInfo(ServiceChannelException.ServiceChannelExceptionBean faultInfo) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceChannelException()
public ServiceChannelException(ServiceChannelErrorCode errorCode, @Nullable String message)
public ServiceChannelException(String message, ServiceChannelException.ServiceChannelExceptionBean faultInfo)
public ServiceChannelException(String message, ServiceChannelException.ServiceChannelExceptionBean faultInfo, Throwable cause)
public ServiceChannelException.ServiceChannelExceptionBean getFaultInfo()
public void setFaultInfo(ServiceChannelException.ServiceChannelExceptionBean faultInfo)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.