Package com.sun.xml.ws.spi.db
Class DatabindingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.xml.ws.spi.db.DatabindingException
- All Implemented Interfaces:
Serializable
Signals an error in Databinding.
- Author:
- shih-chang.chen@oracle.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDatabindingException(String message) DatabindingException(String message, Throwable cause) DatabindingException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DatabindingException
public DatabindingException() -
DatabindingException
-
DatabindingException
-
DatabindingException
-