public class FolderNotFoundException extends MessagingException
| 构造器和说明 |
|---|
FolderNotFoundException()
Constructs a FolderNotFoundException with no detail message.
|
FolderNotFoundException(Folder folder)
Constructs a FolderNotFoundException.
|
FolderNotFoundException(Folder folder,
String s)
Constructs a FolderNotFoundException with the specified
detail message.
|
FolderNotFoundException(Folder folder,
String s,
Exception e)
Constructs a FolderNotFoundException with the specified
detail message and embedded exception.
|
FolderNotFoundException(String s,
Folder folder)
Constructs a FolderNotFoundException with the specified detail message
and the specified folder.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Folder |
getFolder()
Returns the offending Folder object.
|
getCause, getNextException, setNextException, toStringpublic FolderNotFoundException()
public FolderNotFoundException(Folder folder)
folder - The Folderpublic FolderNotFoundException(Folder folder, String s)
folder - The Folders - The detailed error messagepublic FolderNotFoundException(Folder folder, String s, Exception e)
folder - The Folders - The detailed error messagee - The embedded exceptionpublic Folder getFolder()
null.Copyright © 2021 Oracle. All rights reserved.