org.universAAL.ri.gateway.communicator.service
Class CommunicationException

Package class diagram package CommunicationException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.universAAL.ri.gateway.communicator.service.CommunicationException
All Implemented Interfaces:
Serializable

public class CommunicationException
extends RuntimeException

Exception for unexpected behavior during communication with remote communicators the response message (like connection failure, (de)serialization failure).

Author:
skallz
See Also:
Serialized Form

Constructor Summary
CommunicationException(Exception ex)
           
CommunicationException(String msg)
           
 
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

CommunicationException

public CommunicationException(Exception ex)
Parameters:
ex - the cause
See Also:
CommunicationException(Exception ex);

CommunicationException

public CommunicationException(String msg)
Parameters:
msg - the message
See Also:
CommunicationException(String msg);


Copyright © 2014 universAAL Consortium. All Rights Reserved.