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
public class DatabindingException
- extends RuntimeException
Signals an error in Databinding.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DatabindingException
public DatabindingException()
DatabindingException
public DatabindingException(String message)
DatabindingException
public DatabindingException(Throwable cause)
DatabindingException
public DatabindingException(String message,
Throwable cause)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.