public class DatabindingException extends RuntimeException
| Constructor and Description |
|---|
DatabindingException(Message message) |
DatabindingException(Message message,
Throwable cause) |
DatabindingException(String message)
Constructs a new exception with the specified detail
message.
|
DatabindingException(String message,
Throwable cause)
Constructs a new exception with the specified detail
message and cause.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActualMessage() |
String |
getMessage()
Return the detail message, including the message from the
nested exception if there is one. |
void |
prepend(String m) |
void |
printStackTrace(PrintStream s)
Prints this throwable and its backtrace to the specified print stream.
|
void |
printStackTrace(PrintWriter w)
Prints this throwable and its backtrace to the specified print writer.
|
void |
setMessage(String s) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic DatabindingException(String message)
message - the detail message.public DatabindingException(String message, Throwable cause)
message - the detail message.cause - the cause.public DatabindingException(Message message)
public String getMessage()
nested exception if there is one.getMessage in class Throwablepublic String getActualMessage()
public void printStackTrace(PrintStream s)
printStackTrace in class Throwables - PrintStream to use for outputpublic void printStackTrace(PrintWriter w)
printStackTrace in class Throwablew - PrintWriter to use for outputpublic final void prepend(String m)
public void setMessage(String s)
Apache CXF