org.sca4j.host.domain
Class AssemblyException

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
                      extended by org.sca4j.host.domain.AssemblyException
All Implemented Interfaces:
java.io.Serializable

public class AssemblyException
extends DeploymentException

Denotes a recoverable failure updating the domain assembly during deployment. For example, a failure may be a reference targeted to a non-existent service.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
AssemblyException(java.util.List<AssemblyFailure> errors, java.util.List<AssemblyFailure> warnings)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class org.sca4j.host.SCA4JException
getIdentifier, printStackTraceElements
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

AssemblyException

public AssemblyException(java.util.List<AssemblyFailure> errors,
                         java.util.List<AssemblyFailure> warnings)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


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