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

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

@WebFault(name="RNGValidationException",
          targetNamespace="urn:epcglobal:alecc:wsdl:1")
public class RNGValidationExceptionResponse
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
RNGValidationExceptionResponse()
           
RNGValidationExceptionResponse(java.lang.String message)
           
RNGValidationExceptionResponse(java.lang.String message, RNGValidationException rngValidationException)
           
RNGValidationExceptionResponse(java.lang.String message, RNGValidationException rngValidationException, java.lang.Throwable cause)
           
RNGValidationExceptionResponse(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 RNGValidationException 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

RNGValidationExceptionResponse

public RNGValidationExceptionResponse()

RNGValidationExceptionResponse

public RNGValidationExceptionResponse(java.lang.String message)

RNGValidationExceptionResponse

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

RNGValidationExceptionResponse

public RNGValidationExceptionResponse(java.lang.String message,
                                      RNGValidationException rngValidationException)

RNGValidationExceptionResponse

public RNGValidationExceptionResponse(java.lang.String message,
                                      RNGValidationException rngValidationException,
                                      java.lang.Throwable cause)
Method Detail

getFaultInfo

public RNGValidationException getFaultInfo()


Copyright © 2009. All Rights Reserved.