org.codehaus.xfire
Class XFireException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.xfire.XFireException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- WSDLBuildingException, XFireFault
public class XFireException
- extends Exception
A catchable non-runtime exception
- Since:
- Feb 14, 2004
- Author:
- Dan Diephouse
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XFireException
protected XFireException()
XFireException
public XFireException(String message)
- Constructs a new XFireException with the specified detail message.
- Parameters:
message
- the detail message.
XFireException
public XFireException(String message,
Throwable cause)
- Constructs a new XFireException with the specified detail message and cause.
- Parameters:
message
- the detail message.cause
- the cause.
Copyright © 2004-2013. All Rights Reserved.