[java-opensaml COMMIT] /trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java

noreply at shibboleth.net noreply at shibboleth.net
Wed Nov 19 12:26:24 EST 2014


Author: scantor
Date: Wed Nov 19 12:26:24 2014
New Revision: 4157

URL: http://svn.shibboleth.net/view/java-opensaml?rev=4157&view=rev
Log:
Add an error event for runtime exceptions.

Modified:
    trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java

Modified: trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java?rev=4157&r1=4156&r2=4157&view=diff
==============================================================================
--- trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java (original)
+++ trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java Wed Nov 19 12:26:24 2014
@@ -60,6 +60,9 @@
     /** ID of the event returned if a message is replayed. */
     @Nonnull @NotEmpty public static final String MESSAGE_REPLAY = "MessageReplay";
     
+    /** ID of the event returned if a runtime exception is caught. */
+    @Nonnull @NotEmpty public static final String RUNTIME_EXCEPTION = "RuntimeException";
+    
     /**
      * ID of the event returned if a {@link org.opensaml.messaging.decoder.MessageDecoder} is unable to decode a
      * message.



More information about the commits mailing list