org.apache.axis2.jaxws.injection
Class ResourceInjectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.axis2.jaxws.injection.ResourceInjectionException
All Implemented Interfaces:
java.io.Serializable

public class ResourceInjectionException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ResourceInjectionException()
           
ResourceInjectionException(java.lang.String message)
           
ResourceInjectionException(java.lang.String message, java.lang.Throwable cause)
           
ResourceInjectionException(java.lang.Throwable cause)
           
 
Method Summary
 
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

ResourceInjectionException

public ResourceInjectionException()

ResourceInjectionException

public ResourceInjectionException(java.lang.String message)
Parameters:
message -

ResourceInjectionException

public ResourceInjectionException(java.lang.String message,
                                  java.lang.Throwable cause)
Parameters:
message -
cause -

ResourceInjectionException

public ResourceInjectionException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2007 Apache Web Services Project. All Rights Reserved.