org.fosstrak.ale.wsdl.aleac.epcglobal
Class NoSuchPermissionExceptionResponse

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

@WebFault(name="NoSuchPermissionException",
          targetNamespace="urn:epcglobal:aleac:wsdl:1")
public class NoSuchPermissionExceptionResponse
extends java.lang.Exception

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

See Also:
Serialized Form

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

NoSuchPermissionExceptionResponse

public NoSuchPermissionExceptionResponse()

NoSuchPermissionExceptionResponse

public NoSuchPermissionExceptionResponse(java.lang.String message)

NoSuchPermissionExceptionResponse

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

NoSuchPermissionExceptionResponse

public NoSuchPermissionExceptionResponse(java.lang.String message,
                                         NoSuchPermissionException noSuchPermissionException)

NoSuchPermissionExceptionResponse

public NoSuchPermissionExceptionResponse(java.lang.String message,
                                         NoSuchPermissionException noSuchPermissionException,
                                         java.lang.Throwable cause)
Method Detail

getFaultInfo

public NoSuchPermissionException getFaultInfo()


Copyright © 2009. All Rights Reserved.