org.apache.jetspeed.deployment.impl
Class FileNotDeployableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jetspeed.deployment.DeploymentException
              extended by org.apache.jetspeed.deployment.impl.FileNotDeployableException
All Implemented Interfaces:
Serializable

public class FileNotDeployableException
extends org.apache.jetspeed.deployment.DeploymentException

Author:
Scott T. Weaver TODO To change the template for this generated type comment go to Thrown when attempting to deploy a file that cannot be deployed.
See Also:
Serialized Form

Constructor Summary
FileNotDeployableException()
           
FileNotDeployableException(String message)
           
FileNotDeployableException(String msg, Throwable nested)
           
FileNotDeployableException(Throwable nested)
           
 
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

FileNotDeployableException

public FileNotDeployableException()

FileNotDeployableException

public FileNotDeployableException(String message)
Parameters:
message -

FileNotDeployableException

public FileNotDeployableException(Throwable nested)
Parameters:
nested -

FileNotDeployableException

public FileNotDeployableException(String msg,
                                  Throwable nested)
Parameters:
msg -
nested -


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.