org.eodisp.wrapper.hla
Class FederationSynchronizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eodisp.wrapper.hla.FederationSynchronizationException
All Implemented Interfaces:
java.io.Serializable

public class FederationSynchronizationException
extends java.lang.Exception

Thrown to indicate that a federation synchronization could not be achieved

Version:
$Id:$
Author:
ibirrer
See Also:
Serialized Form

Constructor Summary
FederationSynchronizationException()
           
FederationSynchronizationException(java.lang.String message)
           
FederationSynchronizationException(java.lang.String message, java.lang.Throwable cause)
           
FederationSynchronizationException(java.lang.Throwable cause)
           
 
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

FederationSynchronizationException

public FederationSynchronizationException()

FederationSynchronizationException

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

FederationSynchronizationException

public FederationSynchronizationException(java.lang.String message)

FederationSynchronizationException

public FederationSynchronizationException(java.lang.Throwable cause)