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

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

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

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

See Also:
Serialized Form

Constructor Summary
RecipientNotAllowed()
           
RecipientNotAllowed(String message)
           
RecipientNotAllowed(String message, String recipientNotAllowed)
           
RecipientNotAllowed(String message, String recipientNotAllowed, Throwable cause)
           
RecipientNotAllowed(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

RecipientNotAllowed

public RecipientNotAllowed()

RecipientNotAllowed

public RecipientNotAllowed(String message)

RecipientNotAllowed

public RecipientNotAllowed(String message,
                           Throwable cause)

RecipientNotAllowed

public RecipientNotAllowed(String message,
                           String recipientNotAllowed)

RecipientNotAllowed

public RecipientNotAllowed(String message,
                           String recipientNotAllowed,
                           Throwable cause)
Method Detail

getFaultInfo

public String getFaultInfo()


Copyright © 2012 OW2 Consortium. All Rights Reserved.