org.ow2.orchestra.ws_ht.api.wsdl
Class IllegalStateFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.orchestra.ws_ht.api.wsdl.IllegalStateFault
All Implemented Interfaces:
Serializable

@WebFault(name="illegalState",
          targetNamespace="http://www.example.org/WS-HT/api/xsd")
public class IllegalStateFault
extends Exception

This class was generated by Apache CXF 2.4.2 2011-09-03T00:49:47.668+02:00 Generated source version: 2.4.2

See Also:
Serialized Form

Constructor Summary
IllegalStateFault()
           
IllegalStateFault(String message)
           
IllegalStateFault(String message, IllegalState illegalState)
           
IllegalStateFault(String message, IllegalState illegalState, Throwable cause)
           
IllegalStateFault(String message, Throwable cause)
           
 
Method Summary
 IllegalState getFaultInfo()
           
 
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

IllegalStateFault

public IllegalStateFault()

IllegalStateFault

public IllegalStateFault(String message)

IllegalStateFault

public IllegalStateFault(String message,
                         Throwable cause)

IllegalStateFault

public IllegalStateFault(String message,
                         IllegalState illegalState)

IllegalStateFault

public IllegalStateFault(String message,
                         IllegalState illegalState,
                         Throwable cause)
Method Detail

getFaultInfo

public IllegalState getFaultInfo()


Copyright © 2012 OW2 Consortium. All Rights Reserved.