java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.xml.ws.db.sdo.SDODatabindingException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault 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
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SDODatabindingException
public SDODatabindingException()Default constructor. -
SDODatabindingException
Creates an exception with the provided message.- Parameters:
message- the exception message.
-
SDODatabindingException
Creates an exception with the provided message and root cause.- Parameters:
message- the exception message.cause- the root cause exception/throwable.
-
SDODatabindingException
Creates an exception with the provided root cause throwable.- Parameters:
throwable- the root cause.
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-