ariba.util.core
Class FileReplacer.BadStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by ariba.util.core.FileReplacer.BadStateException
All Implemented Interfaces:
Serializable
Enclosing class:
FileReplacer

public static class FileReplacer.BadStateException
extends IOException

See Also:
Serialized Form

Constructor Summary
FileReplacer.BadStateException(File backupFile, Exception cause)
           
FileReplacer.BadStateException(File backupFile, File temporaryFile)
           
 
Method Summary
 File getBackupFile()
           
 File getTemporaryFile()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileReplacer.BadStateException

public FileReplacer.BadStateException(File backupFile,
                                      Exception cause)

FileReplacer.BadStateException

public FileReplacer.BadStateException(File backupFile,
                                      File temporaryFile)
Method Detail

getBackupFile

public File getBackupFile()

getTemporaryFile

public File getTemporaryFile()


AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.