org.apache.axis2.databinding
Class ADBException
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:
- java.io.Serializable
public class ADBException
- extends DataBindException
uses to handle ADB exceptions
- See Also:
- Serialized Form
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)
|
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 |
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.