de.fzj.unicore.wsrflite.xmlbeans.exceptions
Class UnableToSetTerminationTimeFault

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.exceptions.UnableToSetTerminationTimeFault
All Implemented Interfaces:
Serializable

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

the termination time change could not be performed

Author:
schuller
See Also:
Serialized Form

Constructor Summary
UnableToSetTerminationTimeFault(String message, org.oasisOpen.docs.wsrf.rl2.UnableToSetTerminationTimeFaultType details)
           
 
Method Summary
static UnableToSetTerminationTimeFault createFault()
           
static UnableToSetTerminationTimeFault createFault(String msg)
           
 org.oasisOpen.docs.wsrf.rl2.UnableToSetTerminationTimeFaultType 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
 

Constructor Detail

UnableToSetTerminationTimeFault

public UnableToSetTerminationTimeFault(String message,
                                       org.oasisOpen.docs.wsrf.rl2.UnableToSetTerminationTimeFaultType details)
Parameters:
message -
details -
Method Detail

getFaultName

public static QName getFaultName()

getFaultInfo

public org.oasisOpen.docs.wsrf.rl2.UnableToSetTerminationTimeFaultType getFaultInfo()

createFault

public static UnableToSetTerminationTimeFault createFault()

createFault

public static UnableToSetTerminationTimeFault createFault(String msg)


Copyright © 2010. All Rights Reserved.