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

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 exception
 void 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, getLocalizedMessage, getMessage
 
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