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

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

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

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

See Also:
Serialized Form

Constructor Summary
IllegalOperationFault()
           
IllegalOperationFault(String message)
           
IllegalOperationFault(String message, String illegalOperation)
           
IllegalOperationFault(String message, String illegalOperation, Throwable cause)
           
IllegalOperationFault(String message, Throwable cause)
           
 
Method Summary
 String 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

IllegalOperationFault

public IllegalOperationFault()

IllegalOperationFault

public IllegalOperationFault(String message)

IllegalOperationFault

public IllegalOperationFault(String message,
                             Throwable cause)

IllegalOperationFault

public IllegalOperationFault(String message,
                             String illegalOperation)

IllegalOperationFault

public IllegalOperationFault(String message,
                             String illegalOperation,
                             Throwable cause)
Method Detail

getFaultInfo

public String getFaultInfo()


Copyright © 2012 OW2 Consortium. All Rights Reserved.