org.lsst.ccs.subsystems.fcs.errors
Class DeploymentError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lsst.ccs.subsystems.fcs.errors.DeploymentError
All Implemented Interfaces:
Serializable

public class DeploymentError
extends Exception

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.
 
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

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 © 2012 LSST. All Rights Reserved.