Class DeploymentException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DeploymentException
    extends java.lang.Exception
    Checked exception received when something fails during any deployment processes. A DeploymentException always contains an error code (one of the constants specified in this class), and may optionally contain the textual description of the error condition and a nested cause exception.
    See Also:
    Serialized Form