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
public class InvocationException extends RuntimeException
- Version:
- $Revision: 5451 $
- Author:
- Julien Viet
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvocationException()InvocationException(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
-
-