de.fhg.igd.atlas.lsp
Class WrongProtocolVersionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byde.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

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
WrongProtocolVersionException()
          Creates an exception instance with no particular message.
WrongProtocolVersionException(String message)
          Creates an exception instance with the given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.