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
-
-
Constructor Summary
Constructors Constructor Description VersionMismatchException()VersionMismatchException(String message, Version expectedFramingVersion, Version expectedConnectionManagementVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VersiongetExpectedConnectionManagementVersion()VersiongetExpectedFramingVersion()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-