com.jmail.core.exception
Class NoFileException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.io.FileNotFoundException
                          |
                          +--com.jmail.core.exception.NoFileException
All Implemented Interfaces:
java.io.Serializable

public class NoFileException
extends java.io.FileNotFoundException

Title: JMail

Description: Java Based Mail Client/Application

Copyright: Copyright (c) 2002

Company: GeraSunil.com

Version:
1.0
Author:
Sunil K. Gera
See Also:
Serialized Form

Constructor Summary
NoFileException(java.io.FileNotFoundException fex)
           
 
Method Summary
static java.lang.String message()
          Retruns error message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoFileException

public NoFileException(java.io.FileNotFoundException fex)
Method Detail

message

public static java.lang.String message()
Retruns error message
Returns: