com.sun.xml.ws.transport.tcp.servicechannel
Class ServiceChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.xml.ws.transport.tcp.servicechannel.ServiceChannelException
- All Implemented Interfaces:
- java.io.Serializable
@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 java.lang.Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServiceChannelException
public ServiceChannelException()
ServiceChannelException
public ServiceChannelException(ServiceChannelErrorCode errorCode,
@Nullable
java.lang.String message)
ServiceChannelException
public ServiceChannelException(java.lang.String message,
ServiceChannelException.ServiceChannelExceptionBean faultInfo)
ServiceChannelException
public ServiceChannelException(java.lang.String message,
ServiceChannelException.ServiceChannelExceptionBean faultInfo,
java.lang.Throwable cause)
getFaultInfo
public ServiceChannelException.ServiceChannelExceptionBean getFaultInfo()
setFaultInfo
public void setFaultInfo(ServiceChannelException.ServiceChannelExceptionBean faultInfo)