org.apache.jetspeed.deployment.impl
Class FileNotDeployableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.jetspeed.deployment.DeploymentException
              extended byorg.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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
FileNotDeployableException()
           
FileNotDeployableException(String message)
           
FileNotDeployableException(String msg, Throwable nested)
           
FileNotDeployableException(Throwable nested)
           
 
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-2005 Apache Software Foundation. All Rights Reserved.