org.netbeans.modules.j2ee.deployment.devmodules.api
Class Deployment.DeploymentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.DeploymentException
All Implemented Interfaces:
Serializable
Enclosing class:
Deployment

public static final class Deployment.DeploymentException
extends Exception

See Also:
Serialized Form

Method Summary
 String toString()
          Returns a short description of this DeploymentException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Returns a short description of this DeploymentException. overwrite the one from Exception to avoid showing the class name that does nto provide any real value.

Overrides:
toString in class Throwable
Returns:
a string representation of this DeploymentException.

 

Built on March 27 2006.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.