|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.mail.MessagingException
MessagingException
is the base class for messaging exceptions.
Methods for retrieving information from the exception are inherited from WTException
WTException
,
-- javax.mail.*
,
Serialized FormField Summary | |
private static String |
versionID
Deprecated. |
Fields inherited from class wt.util.WTException |
GETMESSAGE_LINE_SEPARATOR, LINE_SEPARATOR, SPACE_SEPARATOR, TOSTRING_LINE_SEPARATOR |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
MessagingException()
Deprecated. Constructs a messaging exception with no specified detailed message or embedded throwable object. |
|
MessagingException(Exception t)
Deprecated. Constructs a messaging exception with an embedded Exception object. |
|
MessagingException(Exception t,
String s)
Deprecated. Constructs a messaging exception with an embedded Exception object and non-localizable detailed message. |
|
MessagingException(String s)
Deprecated. Constructs a messaging exception with a non-localizable detailed message. |
|
MessagingException(String rb,
String key,
Object[] params)
Deprecated. |
|
MessagingException(Throwable t,
String rb,
String key,
Object[] params)
Deprecated. Constructs a messaging exception with an embedded Throwable object and a localizable detailed message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String versionID
Constructor Detail |
public MessagingException()
public MessagingException(String s)
s
- the detailed messagepublic MessagingException(Exception t, String s)
t
- the embedded Exception. It may be null.s
- the detailed message. It may be null.public MessagingException(Exception t)
t
- the embedded Exception. It may be null.public MessagingException(Throwable t, String rb, String key, Object[] params)
t
- the embedded Throwable. It may be null.rb
- the name of the base resource bundle subclass containing
the localizable message.key
- the key associated with the localizable messageparams
- an optional set of objects to be formatted into
the localizable message text.ResourceBundle
,
MessageFormat
public MessagingException(String rb, String key, Object[] params)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |