org.apache.cxf.tools.common
Class ToolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cxf.tools.common.ToolException
- All Implemented Interfaces:
- Serializable
public class ToolException
- extends RuntimeException
Exception used for unrecoverable error in a CXF tool.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ToolException
public ToolException()
ToolException
public ToolException(Message msg)
ToolException
public ToolException(String msg)
ToolException
public ToolException(Message msg,
Throwable t)
ToolException
public ToolException(String msg,
Throwable t)
ToolException
public ToolException(Throwable t)
ToolException
public ToolException(String messageId,
Logger logger)
- Construct message from message property bundle and logger.
- Parameters:
messageId
- logger
-
ToolException
public ToolException(String messageId,
Logger logger,
Object... args)
Apache CXF