public class ReadOnlyFolderException extends MessagingException
The getMessage() method returns more detailed information about the error that caused this exception.
| Constructor and Description |
|---|
ReadOnlyFolderException(Folder folder)
Constructs a MessagingException with the specified folder.
|
ReadOnlyFolderException(Folder folder,
String message)
Constructs a MessagingException with the specified folder and
the specified detail message.
|
| Modifier and Type | Method and Description |
|---|---|
Folder |
getFolder()
Returns the dead Folder object.
|
getCause, getNextException, setNextException, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2018 JBoss by Red Hat. All rights reserved.