org.lsst.ccs.subsystems.fcs.errors
Class DeploymentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lsst.ccs.subsystems.fcs.errors.DeploymentException
- All Implemented Interfaces:
- Serializable
public class DeploymentException
- extends Exception
This exception is thrown when some files are missing in the deploiement.
for example : the can open error tables.
- Author:
- virieux
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DeploymentException
public DeploymentException()
- Creates a new instance of
DeploymentError without detail message.
DeploymentException
public DeploymentException(String msg)
- Constructs an instance of
DeploymentError with the specified detail message.
- Parameters:
msg - the detail message.
Copyright © 2013 LSST. All Rights Reserved.