com.sun.xml.ws.db.sdo
Class SDODatabindingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.xml.ws.db.sdo.SDODatabindingException
All Implemented Interfaces:
Serializable

public class SDODatabindingException
extends RuntimeException

Created by IntelliJ IDEA. User: giglee Date: Apr 9, 2009 Time: 1:30:52 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
SDODatabindingException()
          Default constructor.
SDODatabindingException(String message)
          Creates an exception with the provided message.
SDODatabindingException(String message, Throwable cause)
          Creates an exception with the provided message and root cause.
SDODatabindingException(Throwable throwable)
          Creates an exception with the provided root cause throwable.
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

SDODatabindingException

public SDODatabindingException()
Default constructor.


SDODatabindingException

public SDODatabindingException(String message)
Creates an exception with the provided message.

Parameters:
message - the exception message.

SDODatabindingException

public SDODatabindingException(String message,
                               Throwable cause)
Creates an exception with the provided message and root cause.

Parameters:
message - the exception message.
cause - the root cause exception/throwable.

SDODatabindingException

public SDODatabindingException(Throwable throwable)
Creates an exception with the provided root cause throwable.

Parameters:
throwable - the root cause.
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.