|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.xml.ws.db.sdo.SDODatabindingException
public class SDODatabindingException
Created by IntelliJ IDEA. User: giglee Date: Apr 9, 2009 Time: 1:30:52 PM To change this template use File | Settings | File Templates.
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 |
---|
public SDODatabindingException()
public SDODatabindingException(String message)
message
- the exception message.public SDODatabindingException(String message, Throwable cause)
message
- the exception message.cause
- the root cause exception/throwable.public SDODatabindingException(Throwable throwable)
throwable
- the root cause.Method Detail |
---|
public String getMessage()
getMessage
in class Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |