Class DatabindingException

All Implemented Interfaces:
Serializable

public class DatabindingException extends RuntimeException
See Also:
  • Constructor Details

    • DatabindingException

      public DatabindingException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
    • DatabindingException

      public DatabindingException(String message, Throwable cause)
      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

      public DatabindingException(org.apache.cxf.common.i18n.Message message, Throwable cause)
  • Method Details

    • getMessage

      public String getMessage()
      Return the detail message, including the message from the nested exception if there is one.
      Overrides:
      getMessage in class Throwable
      Returns:
      the detail message.
    • getActualMessage

      public String getActualMessage()
    • printStackTrace

      public void printStackTrace(PrintStream s)
      Prints this throwable and its backtrace to the specified print stream.
      Overrides:
      printStackTrace in class Throwable
      Parameters:
      s - PrintStream to use for output
    • printStackTrace

      public void printStackTrace(PrintWriter w)
      Prints this throwable and its backtrace to the specified print writer.
      Overrides:
      printStackTrace in class Throwable
      Parameters:
      w - PrintWriter to use for output
    • prepend

      public final void prepend(String m)
    • setMessage

      public void setMessage(String s)