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

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

@WebFault(name="SecurityException",
          targetNamespace="urn:epcglobal:epcis-query:xsd:1")
public class SecurityExceptionResponse
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
SecurityExceptionResponse(String message, SecurityException faultInfo)
           
SecurityExceptionResponse(String message, SecurityException faultInfo, Throwable cause)
           
 
Method Summary
 SecurityException 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

SecurityExceptionResponse

public SecurityExceptionResponse(String message,
                                 SecurityException faultInfo)
Parameters:
message -
faultInfo -

SecurityExceptionResponse

public SecurityExceptionResponse(String message,
                                 SecurityException faultInfo,
                                 Throwable cause)
Parameters:
message -
faultInfo -
cause -
Method Detail

getFaultInfo

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


Copyright © 2010. All Rights Reserved.