sofya.viewers
Class SameFileNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by sofya.viewers.SameFileNameException
All Implemented Interfaces:
java.io.Serializable

public class SameFileNameException
extends java.io.IOException

An exception that indicates that a given file name is already in use.

Version:
07/08/2002
Author:
Hitesh Sharma
See Also:
Serialized Form

Constructor Summary
SameFileNameException()
          Creates new instance of this exception using the default message.
SameFileNameException(java.lang.String msg)
          Creates new instance of this exception with a given message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SameFileNameException

public SameFileNameException()
Creates new instance of this exception using the default message.


SameFileNameException

public SameFileNameException(java.lang.String msg)
Creates new instance of this exception with a given message.

Parameters:
msg - Message to be associated with this exception in place of the default message.