Class WebAppDeployerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.portal.portletcontainer.admin.deployment.WebAppDeployerException
-
- All Implemented Interfaces:
Serializable
public class WebAppDeployerException extends Exception
AWebAppDeployerException
is thrown when there are errors related to the deployment/undeployment to/from the web container.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebAppDeployerException(String msg)
Constructs a new exception with the specified messageWebAppDeployerException(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
-
WebAppDeployerException
public WebAppDeployerException(String msg)
Constructs a new exception with the specified message- Parameters:
msg
- The descriptive message.
-
-