Overview Package Class Tree Serialized Deprecated Index Help PREV class NEXT class SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
org.apache.jetspeed.portlet.service
Class PortletServiceExceptionjava.lang.Object java.lang.Throwable java.lang.Exception javax.servlet.ServletException org.apache.jetspeed.portlet.PortletException org.apache.jetspeed.portlet.service.PortletServiceException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- PortletServiceNotFoundException, PortletServiceUnavailableException
- public class PortletServiceException
- extends org.apache.jetspeed.portlet.PortletException
The base class of all checked exceptions thrown by portlet services.
- Since:
- 4.1
- See Also:
- Serialized Form
Constructor Summary PortletServiceException()
Creates a new portlet service exception.PortletServiceException(java.lang.String message)
Creates a new exception with the sepcified detail message.PortletServiceException(java.lang.String message, java.lang.Throwable cause)
Creates a new exception with the sepcified detail message and cause.PortletServiceException(java.lang.Throwable cause)
Creates a new exception withthe specified cause.
Methods inherited from class org.apache.jetspeed.portlet.PortletException printStackTrace, printStackTrace, printStackTrace
Methods inherited from class javax.servlet.ServletException getRootCause
Methods inherited from class java.lang.Throwable fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail PortletServiceException
public PortletServiceException()
- Creates a new portlet service exception.
PortletServiceException
public PortletServiceException(java.lang.Throwable cause)
- Creates a new exception withthe specified cause.
- Parameters:
- cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).
PortletServiceException
public PortletServiceException(java.lang.String message)
- Creates a new exception with the sepcified detail message.
- Parameters:
- message - A string indicating why this exception is thrown.
PortletServiceException
public PortletServiceException(java.lang.String message, java.lang.Throwable cause)
- Creates a new exception with the sepcified detail message and cause.
- Parameters:
- message - A string indicating why this exception is thrown.
- cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).
Overview Package Class Tree Serialized Deprecated Index Help PREV class NEXT class SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.