|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sybase.persistence.PersistenceException
com.sybase.persistence.SynchronizeRequiredException
public class SynchronizeRequiredException
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 |
---|
public SynchronizeRequiredException()
public SynchronizeRequiredException(java.lang.String message)
public SynchronizeRequiredException(java.lang.String message, java.lang.Throwable cause)
public SynchronizeRequiredException(java.lang.Throwable cause)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |