Class PortletAdminDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.portal.portletcontainer.driver.admin.PortletAdminDataException
-
- All Implemented Interfaces:
Serializable
public class PortletAdminDataException extends Exception
APortletAdminDataException
is thrown when there are errors related to the portlet admin console like deployment of portlet, creation of portlet window.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PortletAdminDataException(String msg)
Constructs a new exception with the specified messagePortletAdminDataException(String msg, Throwable cause)
Constructs a new exception with the specified message, and the originalexception
orerror
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PortletAdminDataException
public PortletAdminDataException(String msg)
Constructs a new exception with the specified message- Parameters:
msg
- The descriptive message.
-
-