org.lsst.ccs.subsystems.fcs.errors
Class DeploymentError
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lsst.ccs.subsystems.fcs.errors.DeploymentError
- All Implemented Interfaces:
- Serializable
public class DeploymentError
- 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
|
Constructor Summary |
DeploymentError()
Creates a new instance of DeploymentError without detail message. |
DeploymentError(String msg)
Constructs an instance of DeploymentError with the specified detail message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DeploymentError
public DeploymentError()
- Creates a new instance of
DeploymentError without detail message.
DeploymentError
public DeploymentError(String msg)
- Constructs an instance of
DeploymentError with the specified detail message.
- Parameters:
msg - the detail message.
Copyright © 2013 LSST. All Rights Reserved.