Movatterモバイル変換


[0]ホーム

URL:


         


Class FolderNotFoundException

java.lang.Object  |  +--java.lang.Throwable        |        +--java.lang.Exception              |              +--javax.mail.MessagingException                    |                    +--javax.mail.FolderNotFoundException
All Implemented Interfaces:
java.io.Serializable

public classFolderNotFoundException
extendsMessagingException

This exception is thrown by Folder methods, when those methods are invoked on a non existent folder.

See Also:
Serialized Form

FolderNotFoundException()
          Constructs a MessagingException with no detail message.
FolderNotFoundException(java.lang.String s,Folder folder)
          Constructs a MessagingException with the specified detail message and the specified folder.
 
getFolder()
          Returns the offending Folder object.
 
Methods inherited from class javax.mail.MessagingException
getMessage,getNextException,setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

FolderNotFoundException

publicFolderNotFoundException()
Constructs a MessagingException with no detail message.

FolderNotFoundException

publicFolderNotFoundException(java.lang.String s,Folder folder)
Constructs a MessagingException with the specified detail message and the specified folder.
Parameters:
s - the detail message

getFolder

publicFoldergetFolder()
Returns the offending Folder object.
Returns:
the Folder object. Note that the returned value can benull.

         


[8]ページ先頭

©2009-2025 Movatter.jp