Serializablepublic class ReadOnlyFolderException extends MessagingException
The getMessage() method returns more detailed information about the error that caused this exception.
| Constructor | Description |
|---|---|
ReadOnlyFolderException(Folder folder) |
Constructs a ReadOnlyFolderException with the specified
folder and no detail message.
|
ReadOnlyFolderException(Folder folder,
String message) |
Constructs a ReadOnlyFolderException with the specified
detail message.
|
ReadOnlyFolderException(Folder folder,
String message,
Exception e) |
Constructs a ReadOnlyFolderException with the specified
detail message and embedded exception.
|
| Modifier and Type | Method | Description |
|---|---|---|
Folder |
getFolder() |
Returns the Folder object.
|
getCause, getNextException, setNextException, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ReadOnlyFolderException(Folder folder)
folder - the Folderpublic ReadOnlyFolderException(Folder folder, String message)
folder - The Foldermessage - The detailed error messagepublic ReadOnlyFolderException(Folder folder, String message, Exception e)
folder - The Foldermessage - The detailed error messagee - The embedded exceptionpublic Folder getFolder()
Copyright © 2018 Oracle. All rights reserved.