org.springframework.osgi.web.deployer
Class OsgiWarDeploymentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.osgi.OsgiException
                  extended by org.springframework.osgi.web.deployer.OsgiWarDeploymentException
All Implemented Interfaces:
Serializable

public class OsgiWarDeploymentException
extends OsgiException

Exception thrown when the deployment or undeployment process of an OSGi war fails.

Author:
Costin Leau
See Also:
Serialized Form

Constructor Summary
OsgiWarDeploymentException()
          Constructs a new OsgiWarDeploymentException instance.
OsgiWarDeploymentException(String message)
          Constructs a new OsgiWarDeploymentException instance.
OsgiWarDeploymentException(String message, Throwable cause)
          Constructs a new OsgiWarDeploymentException instance.
OsgiWarDeploymentException(Throwable cause)
          Constructs a new OsgiWarDeploymentException instance.
 
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

OsgiWarDeploymentException

public OsgiWarDeploymentException()
Constructs a new OsgiWarDeploymentException instance.


OsgiWarDeploymentException

public OsgiWarDeploymentException(String message,
                                  Throwable cause)
Constructs a new OsgiWarDeploymentException instance.

Parameters:
message -
cause -

OsgiWarDeploymentException

public OsgiWarDeploymentException(String message)
Constructs a new OsgiWarDeploymentException instance.

Parameters:
message -

OsgiWarDeploymentException

public OsgiWarDeploymentException(Throwable cause)
Constructs a new OsgiWarDeploymentException instance.

Parameters:
cause -


Copyright © 2006-2011 Spring Framework. All Rights Reserved.