org.codehaus.xfire
Class XFireException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.xfire.XFireException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
WSDLBuildingException, XFireFault

public class XFireException
extends java.lang.Exception

A catchable non-runtime exception

Since:
Feb 14, 2004
Author:
Dan Diephouse
See Also:
Serialized Form

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

Parameters:
message - the detail message.

XFireException

public XFireException(java.lang.String message,
                      java.lang.Throwable cause)
Constructs a new XFireException with the specified detail message and cause.

Parameters:
message - the detail message.
cause - the cause.


Copyright © 2004-2006 null. All Rights Reserved.