package edu.internet2.middleware.shibboleth.common;
-
/**
*
* Signals that an error has occurred while creating
* retrieved by the <code>{@link java.lang.Throwable#getMessage}</code>
* method of class <code>java.lang.Throwable</code>.
*
- * @param s the detail message.
+ * @param s The detailed message.
*/
public HandleException(String message) {