Package org.gatein.pc.api
Class InvokerUnavailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gatein.pc.api.PortletInvokerException
-
- org.gatein.pc.api.InvokerUnavailableException
-
- All Implemented Interfaces:
Serializable
public class InvokerUnavailableException extends PortletInvokerException
- Since:
- 2.4 (May 11, 2006)
- Version:
- $Revision: 5448 $
- Author:
- Chris Laprun
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvokerUnavailableException()InvokerUnavailableException(String message)InvokerUnavailableException(String message, Throwable cause)InvokerUnavailableException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-