/** * Returns the detail message for this exception. * * @return the detail message, which may be <code>null</code>. */ public String getMessage() { return MessageCatalog.getMessage(reasonCode); }
/** * Returns the detail message for this exception. * @return the detail message, which may be <code>null</code>. */ public String getMessage() { return MessageCatalog.getMessage(reasonCode); }