The class MailServiceException that indicates conditions that a reasonable
application might want to catch.
author: Ludovic Bert author: Florent Benoit
Constructor Summary
public
JResourceException(String message) Constructs a new JResourceException with the specified message.
public
JResourceException(String message, Throwable cause) Constructs a new JResourceException exception with the specified detail message and
cause.
Constructs a new JResourceException exception with the specified detail message and
cause.
Note that the detail message associated with
cause is not automatically incorporated in
this runtime exception's detail message.
Parameters: message - the detail message. Parameters: cause - the cause