jrun.deployment
Class AlreadyDeployedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrun.deployment.DeploymentException
                    |
                    +--jrun.deployment.AlreadyDeployedException
All Implemented Interfaces:
ExceptionWrapper, java.io.Serializable

public class AlreadyDeployedException
extends DeploymentException

This class is used by the ClusterDeployerService to only log messages when debug is enabled.

Author:
Paul Reilly
See Also:
Serialized Form

Fields inherited from class jrun.deployment.DeploymentException
messages, rootCause
 
Constructor Summary
AlreadyDeployedException(java.lang.String message)
           
 
Methods inherited from class jrun.deployment.DeploymentException
addMessage, getLocalizedMessage, getMessage, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlreadyDeployedException

public AlreadyDeployedException(java.lang.String message)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.