- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- 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
Constructors Constructor Description 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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:
getMessagein classThrowable
-
-