net.sourceforge.osgi.deployment.maven
Class DeploymentPluginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sourceforge.osgi.deployment.maven.DeploymentPluginException
All Implemented Interfaces:
java.io.Serializable

public class DeploymentPluginException
extends java.lang.RuntimeException

The DeploymentPluginException is thrown by the DeploymentPlugin to indicate an error in the creation of the OSGi Deployment-Package.

Author:
Siamak Haschemi, haschemi@informatik.hu-berlin.de
See Also:
Serialized Form

Constructor Summary
DeploymentPluginException(java.lang.String p_message)
          Constructor which creates an Exception with no original cause (Throwable) .
DeploymentPluginException(java.lang.String p_message, java.lang.Throwable p_cause)
          Constructor which creates an Exception chain with a message and a Throwable as the cause of this exception.
DeploymentPluginException(java.lang.Throwable p_cause)
          Constructor which creates an Exception chain with a Throwable as the cause of this exception.
 
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

DeploymentPluginException

public DeploymentPluginException(java.lang.String p_message,
                                 java.lang.Throwable p_cause)
Constructor which creates an Exception chain with a message and a Throwable as the cause of this exception.

Parameters:
p_message - the message of this exception
p_cause - the cause of this exception

DeploymentPluginException

public DeploymentPluginException(java.lang.Throwable p_cause)
Constructor which creates an Exception chain with a Throwable as the cause of this exception. No message is provided.

Parameters:
p_cause - p_cause the cause of this exception

DeploymentPluginException

public DeploymentPluginException(java.lang.String p_message)
Constructor which creates an Exception with no original cause (Throwable) . Only a message is provided.

Parameters:
p_message - the message of this exception


Copyright © 2008 Humboldt University Berlin. All Rights Reserved.