InvalidMajorVersionException
class InvalidMajorVersionException : IkeProtocolException
This exception is thrown when major version of an inbound message is higher than 2.
Summary
Public constructors |
Construct a instance of InvalidMajorVersionException
|
Public methods |
Byte |
Return the major version included in this exception.
|
Public constructors
InvalidMajorVersionException
InvalidMajorVersionException(version: Byte)
Construct a instance of InvalidMajorVersionException
Except for testing, IKE library users normally do not instantiate this object themselves but instead get a reference via IkeSessionCallback
or ChildSessionCallback
.
Parameters |
version |
Byte: the major version in received packet |
Public methods
getMajorVersion
fun getMajorVersion(): Byte
Return the major version included in this exception.
Return |
Byte |
the major version |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[]]