com.sybase.persistence
Class SynchronizeRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sybase.persistence.PersistenceException
                  extended by com.sybase.persistence.SynchronizeRequiredException

public class SynchronizeRequiredException
extends PersistenceException

This exception class is provided for errors that occur during synchronization.


Constructor Summary
SynchronizeRequiredException()
          Initializes a new instance of the SynchronizeRequiredException class.
SynchronizeRequiredException(java.lang.String message)
          Initializes a new instance of the SynchronizeRequiredException class with the message to be displayed.
SynchronizeRequiredException(java.lang.String message, java.lang.Throwable cause)
          Initializes a new instance of the SynchronizeRequiredException class with the message to be displayed and the inner exception specified.
SynchronizeRequiredException(java.lang.Throwable cause)
          Initializes a new instance of the SynchronizeRequiredException class with the inner exception specified.
 
Method Summary
 
Methods inherited from class com.sybase.persistence.PersistenceException
getCause
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SynchronizeRequiredException

public SynchronizeRequiredException()
Initializes a new instance of the SynchronizeRequiredException class.


SynchronizeRequiredException

public SynchronizeRequiredException(java.lang.String message)
Initializes a new instance of the SynchronizeRequiredException class with the message to be displayed.


SynchronizeRequiredException

public SynchronizeRequiredException(java.lang.String message,
                                    java.lang.Throwable cause)
Initializes a new instance of the SynchronizeRequiredException class with the message to be displayed and the inner exception specified.


SynchronizeRequiredException

public SynchronizeRequiredException(java.lang.Throwable cause)
Initializes a new instance of the SynchronizeRequiredException class with the inner exception specified.