? DeploymentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.osgi.service.deploymentadmin.DeploymentException
????????:
Serializable

public class DeploymentException extends 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.
????: