com.sun.xml.ws.transport.tcp.util
Class VersionMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.xml.ws.transport.tcp.util.VersionMismatchException
- All Implemented Interfaces:
- Serializable
public class VersionMismatchException
- extends Exception
- Author:
- Alexey Stashok
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
VersionMismatchException
public VersionMismatchException()
VersionMismatchException
public VersionMismatchException(String message,
Version expectedFramingVersion,
Version expectedConnectionManagementVersion)
getExpectedFramingVersion
public Version getExpectedFramingVersion()
getExpectedConnectionManagementVersion
public Version getExpectedConnectionManagementVersion()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.