|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.codehaus.xfire.XFireException
public class XFireException
A catchable non-runtime exception
| 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. |
| 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 |
|---|
protected XFireException()
public XFireException(java.lang.String message)
message - the detail message.
public XFireException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message.cause - the cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||