public class ToolException extends RuntimeException
Constructor and Description |
---|
ToolException() |
ToolException(Message msg) |
ToolException(Message msg,
Throwable t) |
ToolException(String msg) |
ToolException(String messageId,
Logger logger)
Construct message from message property bundle and logger.
|
ToolException(String messageId,
Logger logger,
Object... args) |
ToolException(String msg,
Throwable t) |
ToolException(Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ToolException()
public ToolException(Message msg)
public ToolException(String msg)
public ToolException(Throwable t)
public ToolException(String messageId, Logger logger)
messageId
- logger
- Apache CXF