Package org.apache.axis2.jaxws.injection
Class ResourceInjectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.axis2.jaxws.injection.ResourceInjectionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceInjectionException(String message) ResourceInjectionException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceInjectionException
public ResourceInjectionException() -
ResourceInjectionException
- Parameters:
message-
-
ResourceInjectionException
- Parameters:
message-cause-
-
ResourceInjectionException
- Parameters:
cause-
-