de.fzj.unicore.wsrflite.xmlbeans
Class BaseFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.xfire.fault.FaultInfoException
              extended by de.fzj.unicore.wsrflite.xmlbeans.BaseFault
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidResourcePropertyQNameFault

public class BaseFault
extends org.codehaus.xfire.fault.FaultInfoException

represents a WSRF BaseFault.

Author:
schuller
See Also:
Serialized Form

Field Summary
protected static long serialVersionUID
           
 
Constructor Summary
BaseFault(String message)
           
BaseFault(String message, org.oasisOpen.docs.wsrf.bf2.BaseFaultType details)
           
BaseFault(String message, Throwable cause, org.oasisOpen.docs.wsrf.bf2.BaseFaultType details)
           
 
Method Summary
static BaseFault createFault(String message)
          helper for creating a BaseFault including the mandatory timestamp
static BaseFault createFault(String message, Throwable cause)
          /* helper for creating a BaseFault including the mandatory timestamp
 org.oasisOpen.docs.wsrf.bf2.BaseFaultType getFaultInfo()
           
static QName getFaultName()
           
 
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
 

Field Detail

serialVersionUID

protected static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

BaseFault

public BaseFault(String message,
                 Throwable cause,
                 org.oasisOpen.docs.wsrf.bf2.BaseFaultType details)

BaseFault

public BaseFault(String message,
                 org.oasisOpen.docs.wsrf.bf2.BaseFaultType details)

BaseFault

public BaseFault(String message)
Method Detail

getFaultInfo

public org.oasisOpen.docs.wsrf.bf2.BaseFaultType getFaultInfo()

getFaultName

public static QName getFaultName()

createFault

public static BaseFault createFault(String message)
helper for creating a BaseFault including the mandatory timestamp

Parameters:
fault - message

createFault

public static BaseFault createFault(String message,
                                    Throwable cause)
/* helper for creating a BaseFault including the mandatory timestamp

Parameters:
the - fault message
the - cause


Copyright © 2010. All Rights Reserved.