de.extra.client.plugins.outputplugin.transport
Class ExtraTransportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.extra.client.plugins.outputplugin.transport.ExtraTransportException
All Implemented Interfaces:
Serializable

public class ExtraTransportException
extends RuntimeException

Ausnahme, die ausgel�st wird, wenn beim Initialisieren des Transports ein Fehler aufgetreten ist.

See Also:
Serialized Form

Constructor Summary
ExtraTransportException()
           
ExtraTransportException(String message)
           
ExtraTransportException(String message, Throwable cause)
           
ExtraTransportException(Throwable cause)
           
 
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

ExtraTransportException

public ExtraTransportException()

ExtraTransportException

public ExtraTransportException(String message)

ExtraTransportException

public ExtraTransportException(Throwable cause)

ExtraTransportException

public ExtraTransportException(String message,
                               Throwable cause)


Copyright © 2012-2013. All Rights Reserved.