All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class macondo.mak.TransportFailedException

macondo.mak.TransportException
   |
   +----macondo.mak.TransportFailedException

public class TransportFailedException
extends TransportException
Thrown when a migration fails for a network error.

See Also:
go

Constructor Index

 o TransportFailedException()
Builds a new TransportFailedException with no detail message.
 o TransportFailedException(String)
Builds a new TransportFailedException with the specified detail message.

Constructors

 o TransportFailedException
 public TransportFailedException()
Builds a new TransportFailedException with no detail message.

 o TransportFailedException
 public TransportFailedException(String msg)
Builds a new TransportFailedException with the specified detail message.


All Packages  Class Hierarchy  This Package  Previous  Next  Index