Class ServiceChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.xml.ws.transport.tcp.servicechannel.ServiceChannelException
- All Implemented Interfaces:
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 Exception
- Author:
- Alexey Stashok
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionServiceChannelException(ServiceChannelErrorCode errorCode, String message) ServiceChannelException(String message, ServiceChannelException.ServiceChannelExceptionBean faultInfo) ServiceChannelException(String message, ServiceChannelException.ServiceChannelExceptionBean faultInfo, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServiceChannelException
public ServiceChannelException() -
ServiceChannelException
-
ServiceChannelException
public ServiceChannelException(String message, ServiceChannelException.ServiceChannelExceptionBean faultInfo) -
ServiceChannelException
public ServiceChannelException(String message, ServiceChannelException.ServiceChannelExceptionBean faultInfo, Throwable cause)
-
-
Method Details
-
getFaultInfo
-
setFaultInfo
-