com.cysols.iodef.transport
Class TransportFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cysols.iodef.transport.TransportFailedException
All Implemented Interfaces:
Serializable

public class TransportFailedException
extends Exception

The exception repsesents a failure to transport a xml file.

See Also:
Serialized Form

Constructor Summary
TransportFailedException()
          Constructs an Exception with no detail message.
TransportFailedException(String message)
          Constructs an Exception with the specified detail message.
TransportFailedException(String message, Throwable cause)
          Constructs an Exception with the specified Exception and detail message.
TransportFailedException(Throwable cause)
          Constructs an Exception with the specified Exception.
 
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

TransportFailedException

public TransportFailedException()
Constructs an Exception with no detail message.


TransportFailedException

public TransportFailedException(String message)
Constructs an Exception with the specified detail message.

Parameters:
message - the detail message

TransportFailedException

public TransportFailedException(String message,
                                Throwable cause)
Constructs an Exception with the specified Exception and detail message. The specified exception is chained to this exception.

Parameters:
message - the detail message
cause - the detail message

TransportFailedException

public TransportFailedException(Throwable cause)
Constructs an Exception with the specified Exception.

Parameters:
cause - the detail message