com.ibm.jsdt.facade
Class DeployerNotRunningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.jsdt.facade.DeployerNotRunningException
All Implemented Interfaces:
java.io.Serializable

public class DeployerNotRunningException
extends java.lang.Exception

Purpose: Exception indicating the deployment wizard is not running and that a task file deployment is not being performed.

See Also:
Serialized Form

Constructor Summary
DeployerNotRunningException(java.lang.String error)
           
 
Method Summary
 java.lang.String getErrorMessage()
          Returns the error message for this exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeployerNotRunningException

public DeployerNotRunningException(java.lang.String error)
Method Detail

getErrorMessage

public java.lang.String getErrorMessage()
Returns the error message for this exception.

Returns: