org.ourgrid.mygrid.replicaexecutor.exception
Class UnableToFinishReplicaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ourgrid.mygrid.replicaexecutor.exception.UnableToFinishReplicaException
All Implemented Interfaces:
java.io.Serializable

public class UnableToFinishReplicaException
extends java.lang.Exception

Description: Thrown whenever a replica cannot be concluded.

Version:
1.0 Created on 13/07/2004
See Also:
Serialized Form

Constructor Summary
UnableToFinishReplicaException(java.lang.String message, FailCauseException cause)
          Constructor
 
Method Summary
 FailCauseException getFailCause()
           
 
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

UnableToFinishReplicaException

public UnableToFinishReplicaException(java.lang.String message,
                                      FailCauseException cause)
Constructor

Parameters:
message - Description of what has happened
cause - Possible cause of the problem
Method Detail

getFailCause

public FailCauseException getFailCause()