Package org.gatein.pc.api.invocation
Class InvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gatein.pc.api.invocation.InvocationException
- All Implemented Interfaces:
Serializable
- Version:
- $Revision: 5451 $
- Author:
- Julien Viet
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvocationException(String message) InvocationException(String message, Throwable cause) InvocationException(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
-
InvocationException
public InvocationException() -
InvocationException
-
InvocationException
-
InvocationException
-