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 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 and Description |
---|---|
Folder |
getFolder()
Returns the Folder object.
|
getCause, getNextException, setNextException, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public 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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.