ca.sqlpower.wabit.dao
Class WorkspaceOutOfSyncException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ca.sqlpower.wabit.dao.WabitPersistenceException
              extended by ca.sqlpower.wabit.dao.WorkspaceOutOfSyncException
All Implemented Interfaces:
java.io.Serializable

public class WorkspaceOutOfSyncException
extends WabitPersistenceException

See Also:
Serialized Form

Constructor Summary
WorkspaceOutOfSyncException(java.lang.String uuid)
           
WorkspaceOutOfSyncException(java.lang.String uuid, java.lang.String message)
           
WorkspaceOutOfSyncException(java.lang.String uuid, java.lang.String message, java.lang.Throwable cause)
           
WorkspaceOutOfSyncException(java.lang.String uuid, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class ca.sqlpower.wabit.dao.WabitPersistenceException
getUUID
 
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

WorkspaceOutOfSyncException

public WorkspaceOutOfSyncException(java.lang.String uuid)

WorkspaceOutOfSyncException

public WorkspaceOutOfSyncException(java.lang.String uuid,
                                   java.lang.String message)

WorkspaceOutOfSyncException

public WorkspaceOutOfSyncException(java.lang.String uuid,
                                   java.lang.Throwable cause)

WorkspaceOutOfSyncException

public WorkspaceOutOfSyncException(java.lang.String uuid,
                                   java.lang.String message,
                                   java.lang.Throwable cause)


Copyright © 2009. All Rights Reserved.