org.fosstrak.webadapters.epcis.ws.generated
Class DuplicateSubscriptionExceptionResponse

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fosstrak.webadapters.epcis.ws.generated.DuplicateSubscriptionExceptionResponse
All Implemented Interfaces:
Serializable

@WebFault(name="DuplicateSubscriptionException",
          targetNamespace="urn:epcglobal:epcis-query:xsd:1")
public class DuplicateSubscriptionExceptionResponse
extends Exception

This class was generated by the JAX-WS RI. JAX-WS RI 2.1.1 in JDK 6 Generated source version: 2.1

See Also:
Serialized Form

Constructor Summary
DuplicateSubscriptionExceptionResponse(String message, DuplicateSubscriptionException faultInfo)
           
DuplicateSubscriptionExceptionResponse(String message, DuplicateSubscriptionException faultInfo, Throwable cause)
           
 
Method Summary
 DuplicateSubscriptionException 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

DuplicateSubscriptionExceptionResponse

public DuplicateSubscriptionExceptionResponse(String message,
                                              DuplicateSubscriptionException faultInfo)
Parameters:
message -
faultInfo -

DuplicateSubscriptionExceptionResponse

public DuplicateSubscriptionExceptionResponse(String message,
                                              DuplicateSubscriptionException faultInfo,
                                              Throwable cause)
Parameters:
message -
faultInfo -
cause -
Method Detail

getFaultInfo

public DuplicateSubscriptionException getFaultInfo()
Returns:
returns fault bean: ch.diuf.unifr.softeng.gen.DuplicateSubscriptionException


Copyright © 2010. All Rights Reserved.