com.ibm.websphere.management.application.client
Class AppDeploymentExceptionjava.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
Constructor Summary AppDeploymentException()
AppDeploymentException(java.lang.String m, java.lang.Throwable th)
Returns a new instance of AppDeploymentException
Method Summary java.lang.Throwable getEmbeddedEx()
Returns the wrapped exceptionvoid printStackTrace()
void printStackTrace(java.io.PrintStream s)
void printStackTrace(java.io.PrintWriter s)
java.lang.String toString()
Methods inherited from class java.lang.Throwable fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail AppDeploymentException
public AppDeploymentException()
AppDeploymentException
public AppDeploymentException(java.lang.String m, java.lang.Throwable th)
- Returns a new instance of AppDeploymentException
- Parameters:
- m - Exception message
- th - Embedded exception
Method Detail 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
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.