com.sybase.persistence
Class SynchronizeException

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.SynchronizeException

public class SynchronizeException
extends PersistenceException

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


Constructor Summary
SynchronizeException()
          Initializes a new instance of the SynchronizeException class.
SynchronizeException(java.lang.String message)
          Initializes a new instance of the SynchronizeException class with the message to be displayed.
SynchronizeException(java.lang.String message, java.lang.Throwable cause)
          Initializes a new instance of the SynchronizeException class with the message to be displayed and the generated inner exception specified.
SynchronizeException(java.lang.Throwable cause)
          Initializes a new instance of the SynchronizeException class with the generated 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

SynchronizeException

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


SynchronizeException

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


SynchronizeException

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


SynchronizeException

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