org.apache.jetspeed.deployment.impl
Class FileNotDeployableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jetspeed.deployment.DeploymentException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.