org.sca4j.host.domain
Class AssemblyFailure

java.lang.Object
  extended by org.sca4j.host.domain.AssemblyFailure

public abstract class AssemblyFailure
extends java.lang.Object

Base class for recoverable errors updating the domain assembly encountered during a deployment.

Version:
$Revision$ $Date$

Constructor Summary
AssemblyFailure(java.net.URI componentUri)
          Constructor.
 
Method Summary
 java.net.URI getComponentUri()
          Returns the URI of the component associated with the failure.
 java.lang.String getMessage()
          Returns the error message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssemblyFailure

public AssemblyFailure(java.net.URI componentUri)
Constructor.

Parameters:
componentUri - the URI of the component associated with the failure.
Method Detail

getComponentUri

public java.net.URI getComponentUri()
Returns the URI of the component associated with the failure.

Returns:
the URI of the component associated with the failure.

getMessage

public java.lang.String getMessage()
Returns the error message.

Returns:
the error message.


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