cz.cuni.amis.pogamut.sposh.dbg.exceptions
Class UnexpectedMessageException

Package class diagram package UnexpectedMessageException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cz.cuni.amis.pogamut.sposh.dbg.exceptions.UnexpectedMessageException
All Implemented Interfaces:
Serializable

public class UnexpectedMessageException
extends Exception

Recieved message that Something was wrong with handshake with UT control server.

Author:
HonzaH
See Also:
Serialized Form

Constructor Summary
UnexpectedMessageException(String message)
           
UnexpectedMessageException(String recievedMessage, String expectedMessage)
           
 
Method Summary
 
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

UnexpectedMessageException

public UnexpectedMessageException(String recievedMessage,
                                  String expectedMessage)

UnexpectedMessageException

public UnexpectedMessageException(String message)


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.