de.fhg.igd.atlas.lsp
Class WrongProtocolVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.fhg.igd.atlas.lsp.WrongProtocolVersionException
- All Implemented Interfaces:
- Serializable
- public class WrongProtocolVersionException
- extends RuntimeException
Thrown if the version number of a received protocol message
does not match with the expected one, what may cause
incompatibilities.
- Version:
- "$Id: WrongProtocolVersionException.java 1913 2007-08-08 02:41:53Z jpeters $"
- Author:
- Jan Peters
- See Also:
LSPRequest
,
LSPReply
,
Serialized Form
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WrongProtocolVersionException
public WrongProtocolVersionException()
- Creates an exception instance with no particular message.
WrongProtocolVersionException
public WrongProtocolVersionException(String message)
- Creates an exception instance with the given message.
- Parameters:
message
- The message string describing the reason for
this exception.
Copyright © Fraunhofer Gesellschaft. All
Rights Reserved.