Package org.apache.cxf.aegis
Class DatabindingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cxf.aegis.DatabindingException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDatabindingException(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.DatabindingException(org.apache.cxf.common.i18n.Message message) DatabindingException(org.apache.cxf.common.i18n.Message message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionReturn the detail message, including the message from thenested exceptionif there is one.final voidvoidPrints this throwable and its backtrace to the specified print stream.voidPrints this throwable and its backtrace to the specified print writer.voidsetMessage(String s) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DatabindingException
Constructs a new exception with the specified detail message.- Parameters:
message- the detail message.
-
DatabindingException
Constructs a new exception with the specified detail message and cause.- Parameters:
message- the detail message.cause- the cause.
-
DatabindingException
public DatabindingException(org.apache.cxf.common.i18n.Message message) -
DatabindingException
-
-
Method Details
-
getMessage
Return the detail message, including the message from thenested exceptionif there is one.- Overrides:
getMessagein classThrowable- Returns:
- the detail message.
-
getActualMessage
-
printStackTrace
Prints this throwable and its backtrace to the specified print stream.- Overrides:
printStackTracein classThrowable- Parameters:
s-PrintStreamto use for output
-
printStackTrace
Prints this throwable and its backtrace to the specified print writer.- Overrides:
printStackTracein classThrowable- Parameters:
w-PrintWriterto use for output
-
prepend
-
setMessage
-