com.ibm.websphere.management.application.client
Class AppDeploymentException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.websphere.management.application.client.AppDeploymentException
- All Implemented Interfaces:
- java.io.Serializable
- public class AppDeploymentException
- extends java.lang.Exception
AppDeploymentException is thrown for error conditions during application preparation
phase where application specific binding information is collected / manipulated.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AppDeploymentException
public AppDeploymentException()
AppDeploymentException
public AppDeploymentException(java.lang.String m,
java.lang.Throwable th)
- Returns a new instance of AppDeploymentException
- Parameters:
m
- Exception messageth
- Embedded exception
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
getEmbeddedEx
public java.lang.Throwable getEmbeddedEx()
- Returns the wrapped exception
- Returns:
- Wrapped exception
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
- Overrides:
printStackTrace
in class java.lang.Throwable