org.mondemand

Class TransportException


public class TransportException
extends Exception

Class for throwing exceptions from transport implementations
Author:
Michael Lum

Constructor Summary

TransportException()
TransportException(Exception e)
TransportException(String message)
TransportException(String message, Exception e)

Constructor Details

TransportException

public TransportException()

TransportException

public TransportException(Exception e)

TransportException

public TransportException(String message)

TransportException

public TransportException(String message,
                          Exception e)