com.bristle.javalib.io
Class FileUtil.FileRenameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bristle.javalib.io.FileUtil.FileRenameException
All Implemented Interfaces:
Serializable
Enclosing class:
FileUtil

public static class FileUtil.FileRenameException
extends Exception

Thrown when an attempt to rename a file fails.

See Also:
Serialized Form

Constructor Summary
FileUtil.FileRenameException(String msg)
           
 
Method Summary
 
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

FileUtil.FileRenameException

public FileUtil.FileRenameException(String msg)