org.ow2.petals.registry.api.exception
Class TransportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.petals.registry.api.exception.TransportException
All Implemented Interfaces:
java.io.Serializable

public class TransportException
extends java.lang.Exception

Author:
Christophe HAMERLING - eBM WebSourcing
See Also:
Serialized Form

Constructor Summary
TransportException()
          Creates a new instance of TransportException
TransportException(java.lang.String message)
          Creates a new instance of TransportException
TransportException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance of TransportException
TransportException(java.lang.Throwable cause)
          Creates a new instance of TransportException
 
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()
Creates a new instance of TransportException


TransportException

public TransportException(java.lang.String message,
                          java.lang.Throwable cause)
Creates a new instance of TransportException

Parameters:
message -
cause -

TransportException

public TransportException(java.lang.String message)
Creates a new instance of TransportException

Parameters:
message -

TransportException

public TransportException(java.lang.Throwable cause)
Creates a new instance of TransportException

Parameters:
cause -


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.