[java-opensaml] branch master updated: Convert to checked exception.
Scott Cantor
cantor.2 at osu.edu
Tue Jun 25 16:03:10 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=cdbc66873a4e34bca40d803491ec034c568d6a59
The following commit(s) were added to refs/heads/master by this push:
new cdbc668 Convert to checked exception.
cdbc668 is described below
commit cdbc66873a4e34bca40d803491ec034c568d6a59
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 25 16:03:08 2019 -0400
Convert to checked exception.
---
.../src/main/java/org/opensaml/profile/action/EventException.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventException.java b/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventException.java
index 58b75f2..42a579e 100644
--- a/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventException.java
+++ b/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventException.java
@@ -26,7 +26,7 @@ import net.shibboleth.utilities.java.support.primitive.StringSupport;
/**
* Runtime exception which may be used to communicate a specific event ID.
*/
-public class EventException extends RuntimeException {
+public class EventException extends Exception {
/** Serial version UID. */
private static final long serialVersionUID = -6394047591957378161L;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list