org.mondemand
Class TransportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mondemand.TransportException
All Implemented Interfaces:
Serializable

public class TransportException
extends Exception

Class for throwing exceptions from transport implementations

Author:
Michael Lum
See Also:
Serialized Form

Constructor Summary
TransportException()
           
TransportException(Exception e)
           
TransportException(String message)
           
TransportException(String message, Exception e)
           
 
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

TransportException

public TransportException()

TransportException

public TransportException(String message)

TransportException

public TransportException(Exception e)

TransportException

public TransportException(String message,
                          Exception e)


Copyright © 2012. All Rights Reserved.