org.apache.axis2.transport.base
Class BaseTransportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.axis2.transport.base.BaseTransportException
All Implemented Interfaces:
java.io.Serializable

public class BaseTransportException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
BaseTransportException(java.lang.String msg)
           
BaseTransportException(java.lang.String msg, java.lang.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

BaseTransportException

public BaseTransportException(java.lang.String msg)

BaseTransportException

public BaseTransportException(java.lang.String msg,
                              java.lang.Exception e)


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.