public class DavMailException extends IOException
Constructor and Description |
---|
DavMailException(String key,
Object... arguments)
Create a DavMail exception with the given BundleMessage key and arguments.
|
Modifier and Type | Method and Description |
---|---|
BundleMessage |
getBundleMessage()
Get internal exception BundleMessage.
|
String |
getMessage()
Get formatted message
|
String |
getMessage(Locale locale)
Get formatted message using locale.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getMessage()
getMessage
in class Throwable
public String getMessage(Locale locale)
locale
- localepublic BundleMessage getBundleMessage()
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.