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, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Copyright © 2018 JBoss by Red Hat. All rights reserved.