org.sca4j.host.domain
Class DeploymentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sca4j.host.SCA4JException
              extended by org.sca4j.host.domain.DomainException
                  extended by org.sca4j.host.domain.DeploymentException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AssemblyException

public class DeploymentException
extends DomainException

Denotes an error during deployment.

Version:
$Rev: 5085 $ $Date: 2008-07-23 17:39:52 +0100 (Wed, 23 Jul 2008) $
See Also:
Serialized Form

Constructor Summary
DeploymentException()
           
DeploymentException(java.lang.String message)
           
DeploymentException(java.lang.String message, java.lang.String identifier)
           
DeploymentException(java.lang.String message, java.lang.String identifier, java.lang.Throwable cause)
           
DeploymentException(java.lang.String message, java.lang.Throwable cause)
           
DeploymentException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.sca4j.host.SCA4JException
getIdentifier, printStackTraceElements
 
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

DeploymentException

public DeploymentException()

DeploymentException

public DeploymentException(java.lang.String message)

DeploymentException

public DeploymentException(java.lang.String message,
                           java.lang.String identifier)

DeploymentException

public DeploymentException(java.lang.String message,
                           java.lang.Throwable cause)

DeploymentException

public DeploymentException(java.lang.String message,
                           java.lang.String identifier,
                           java.lang.Throwable cause)

DeploymentException

public DeploymentException(java.lang.Throwable cause)


Copyright © 2008-2011 Service Symphony. All Rights Reserved.