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, toStringpublic String getMessage()
getMessage in class Throwablepublic String getMessage(Locale locale)
locale - localepublic BundleMessage getBundleMessage()
Copyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.