org.wsmo.common.exception
Class SynchronisationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.wsmo.common.exception.SynchronisationException
All Implemented Interfaces:
Serializable

public class SynchronisationException
extends RuntimeException

This is an unchecked exception thrown when the state entity cannot be synchronised with the underlying persistence mechanism (if any) Any access to or modification of an entity may rise such exception

Version:
$Revision: 456 $ $Date: 2005-06-22 17:40:49 +0300 (Wed, 22 Jun 2005) $
Author:
not attributable
See Also:
Serialized Form

Constructor Summary
SynchronisationException()
           
SynchronisationException(String msg)
           
SynchronisationException(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

SynchronisationException

public SynchronisationException()

SynchronisationException

public SynchronisationException(Throwable cause)

SynchronisationException

public SynchronisationException(String msg)


Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.