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:
- java.io.Serializable
public class ToolException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ToolException
public ToolException()
ToolException
public ToolException(Message msg)
ToolException
public ToolException(java.lang.String msg)
ToolException
public ToolException(Message msg,
java.lang.Throwable t)
ToolException
public ToolException(java.lang.String msg,
java.lang.Throwable t)
ToolException
public ToolException(java.lang.Throwable t)
Apache CXF