com.ibm.websphere.management.application.client
Class AppDeploymentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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, 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()

getEmbeddedEx

public java.lang.Throwable getEmbeddedEx()
Returns the wrapped exception

Returns:
Wrapped exception

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(java.io.PrintStream s)

printStackTrace

public void printStackTrace(java.io.PrintWriter s)