org.apache.axis2.databinding
Class ADBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.stream.XMLStreamException
              extended by org.apache.axis2.databinding.DataBindException
                  extended by org.apache.axis2.databinding.ADBException
All Implemented Interfaces:
java.io.Serializable

public class ADBException
extends DataBindException

uses to handle ADB exceptions

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.xml.stream.XMLStreamException
location, nested
 
Constructor Summary
ADBException()
           
ADBException(java.lang.String string)
           
ADBException(java.lang.String string, javax.xml.stream.Location location)
           
ADBException(java.lang.String string, javax.xml.stream.Location location, java.lang.Throwable throwable)
           
ADBException(java.lang.String string, java.lang.Throwable throwable)
           
ADBException(java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class javax.xml.stream.XMLStreamException
getLocation, getNestedException
 
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

ADBException

public ADBException()

ADBException

public ADBException(java.lang.String string)

ADBException

public ADBException(java.lang.Throwable throwable)

ADBException

public ADBException(java.lang.String string,
                    java.lang.Throwable throwable)

ADBException

public ADBException(java.lang.String string,
                    javax.xml.stream.Location location,
                    java.lang.Throwable throwable)

ADBException

public ADBException(java.lang.String string,
                    javax.xml.stream.Location location)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.