com.sun.xml.ws.spi.db
Class DatabindingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
DatabindingException()
           
DatabindingException(String message)
           
DatabindingException(String message, Throwable cause)
           
DatabindingException(Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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.