org.fosstrak.epcis.soap
Class NoSuchSubscriptionExceptionResponse

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fosstrak.epcis.soap.NoSuchSubscriptionExceptionResponse
All Implemented Interfaces:
Serializable

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

This class was generated by Apache CXF (incubator) 2.0.4-incubator Wed Jan 30 15:43:44 CET 2008 Generated source version: 2.0.4-incubator

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
NoSuchSubscriptionExceptionResponse()
           
NoSuchSubscriptionExceptionResponse(String message)
           
NoSuchSubscriptionExceptionResponse(String message, NoSuchSubscriptionException noSuchSubscriptionException)
           
NoSuchSubscriptionExceptionResponse(String message, NoSuchSubscriptionException noSuchSubscriptionException, Throwable cause)
           
NoSuchSubscriptionExceptionResponse(String message, Throwable cause)
           
 
Method Summary
 NoSuchSubscriptionException 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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

NoSuchSubscriptionExceptionResponse

public NoSuchSubscriptionExceptionResponse()

NoSuchSubscriptionExceptionResponse

public NoSuchSubscriptionExceptionResponse(String message)

NoSuchSubscriptionExceptionResponse

public NoSuchSubscriptionExceptionResponse(String message,
                                           Throwable cause)

NoSuchSubscriptionExceptionResponse

public NoSuchSubscriptionExceptionResponse(String message,
                                           NoSuchSubscriptionException noSuchSubscriptionException)

NoSuchSubscriptionExceptionResponse

public NoSuchSubscriptionExceptionResponse(String message,
                                           NoSuchSubscriptionException noSuchSubscriptionException,
                                           Throwable cause)
Method Detail

getFaultInfo

public NoSuchSubscriptionException getFaultInfo()


Copyright © 2010. All Rights Reserved.