com.sun.xml.ws.transport.tcp.servicechannel
Class ServiceChannelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Nested Class Summary
static class ServiceChannelException.ServiceChannelExceptionBean
           
 
Constructor Summary
ServiceChannelException()
           
ServiceChannelException(ServiceChannelErrorCode errorCode, java.lang.String message)
           
ServiceChannelException(java.lang.String message, ServiceChannelException.ServiceChannelExceptionBean faultInfo)
           
ServiceChannelException(java.lang.String message, ServiceChannelException.ServiceChannelExceptionBean faultInfo, java.lang.Throwable cause)
           
 
Method Summary
 ServiceChannelException.ServiceChannelExceptionBean getFaultInfo()
           
 void setFaultInfo(ServiceChannelException.ServiceChannelExceptionBean faultInfo)
           
 
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
 

Constructor Detail

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)
Method Detail

getFaultInfo

public ServiceChannelException.ServiceChannelExceptionBean getFaultInfo()

setFaultInfo

public void setFaultInfo(ServiceChannelException.ServiceChannelExceptionBean faultInfo)