Package org.apache.axis2.databinding
Class DataBindException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.axis2.databinding.DataBindException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ADBException
public class DataBindException extends RuntimeException
handles databinding exceptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataBindException()
DataBindException(String string)
DataBindException(String string, Throwable throwable)
DataBindException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-