org.fosstrak.ale.wsdl.alecc.epcglobal
Class InUseExceptionResponse

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fosstrak.ale.wsdl.alecc.epcglobal.InUseExceptionResponse
All Implemented Interfaces:
java.io.Serializable

@WebFault(name="InUseException",
          targetNamespace="urn:epcglobal:alecc:wsdl:1")
public class InUseExceptionResponse
extends java.lang.Exception

This class was generated by Apache CXF 2.0.9 Tue Aug 18 01:01:06 CEST 2009 Generated source version: 2.0.9

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
InUseExceptionResponse()
           
InUseExceptionResponse(java.lang.String message)
           
InUseExceptionResponse(java.lang.String message, InUseException inUseException)
           
InUseExceptionResponse(java.lang.String message, InUseException inUseException, java.lang.Throwable cause)
           
InUseExceptionResponse(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 InUseException 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

InUseExceptionResponse

public InUseExceptionResponse()

InUseExceptionResponse

public InUseExceptionResponse(java.lang.String message)

InUseExceptionResponse

public InUseExceptionResponse(java.lang.String message,
                              java.lang.Throwable cause)

InUseExceptionResponse

public InUseExceptionResponse(java.lang.String message,
                              InUseException inUseException)

InUseExceptionResponse

public InUseExceptionResponse(java.lang.String message,
                              InUseException inUseException,
                              java.lang.Throwable cause)
Method Detail

getFaultInfo

public InUseException getFaultInfo()


Copyright © 2009. All Rights Reserved.