de.fhhannover.inform.trust.ifmapj.exception
Class CommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.fhhannover.inform.trust.ifmapj.exception.IfmapException
              extended by de.fhhannover.inform.trust.ifmapj.exception.CommunicationException
All Implemented Interfaces:
Serializable

public class CommunicationException
extends IfmapException

Thrown if the IF-MAP server kind of miss-behaves, this is also thrown in the case of an IOException.

Author:
aw
See Also:
Serialized Form

Constructor Summary
CommunicationException(Exception e)
           
CommunicationException(String msg)
           
 
Method Summary
 
Methods inherited from class de.fhhannover.inform.trust.ifmapj.exception.IfmapException
getDescription
 
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(String msg)

CommunicationException

public CommunicationException(Exception e)


Copyright © 2012 Trust@FHH. All Rights Reserved.