org.codehaus.xfire
Class XFireException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
protected XFireException()
           
  XFireException(String message)
          Constructs a new XFireException with the specified detail message.
  XFireException(String message, Throwable cause)
          Constructs a new XFireException with the specified detail message and cause.
 
Method Summary
 
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
 

Constructor Detail

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.