Save This Page
Home » axis2-1.5-src » org.apache » axis2 » databinding » [javadoc | source]
org.apache.axis2.databinding
public class: ADBException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         javax.xml.stream.XMLStreamException
            org.apache.axis2.databinding.DataBindException
               org.apache.axis2.databinding.ADBException

All Implemented Interfaces:
    Serializable

uses to handle ADB exceptions
Constructor:
 public ADBException() 
 public ADBException(String string) 
 public ADBException(Throwable throwable) 
 public ADBException(String string,
    Throwable throwable) 
 public ADBException(String string,
    Location location) 
 public ADBException(String string,
    Location location,
    Throwable throwable) 
Methods from javax.xml.stream.XMLStreamException:
getLocation,   getNestedException
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait