org.edg.data.util
Class ConnectionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.edg.data.util.FaultableException
                    |
                    +--org.edg.data.util.ConnectionException
All Implemented Interfaces:
Faultable, java.io.Serializable

public final class ConnectionException
extends FaultableException

A FaultableException to cover the generic exception cases of network and application server system exceptions and failures.

Version:
$Id: ConnectionException.java,v 1.2 2004/05/06 17:20:50 jamesc Exp $
Author:
James Casey
See Also:
Serialized Form

Constructor Summary
ConnectionException(java.lang.String message)
          Constructs an ConnectionException with the specified detail message.
ConnectionException(java.lang.Throwable e)
           
 
Method Summary
 org.apache.axis.AxisFault asFault()
          return this exception as an AXIS Fault
static java.lang.String faultCode()
           
 
Methods inherited from class org.edg.data.util.FaultableException
makeFault
 
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

ConnectionException

public ConnectionException(java.lang.String message)
Constructs an ConnectionException with the specified detail message.

Parameters:
message - the message

ConnectionException

public ConnectionException(java.lang.Throwable e)
Method Detail

asFault

public org.apache.axis.AxisFault asFault()
return this exception as an AXIS Fault

Specified by:
asFault in interface Faultable
Overrides:
asFault in class FaultableException
Returns:
the fault

faultCode

public static java.lang.String faultCode()