org.apache.cocoon.maven.deployer.monolithic
Class FileAlreadyDeployedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cocoon.maven.deployer.monolithic.DeploymentException
                  extended by org.apache.cocoon.maven.deployer.monolithic.FileAlreadyDeployedException
All Implemented Interfaces:
Serializable

public class FileAlreadyDeployedException
extends DeploymentException

Use it to indicate that a file has already been deployed.

Version:
$Id: FileAlreadyDeployedException.html 1351235 2012-06-18 08:41:39Z ilgrosso $
See Also:
Serialized Form

Constructor Summary
FileAlreadyDeployedException(String message)
           
 
Method Summary
 
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

FileAlreadyDeployedException

public FileAlreadyDeployedException(String message)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.