Package net.shibboleth.idp.profile
Class LogRuntimeException
java.lang.Object
net.shibboleth.idp.profile.LogRuntimeException
Dedicated bean used to log flow exceptions, to get around issues with Spring Expressions
referencing class objects under certain conditions that are so far not understood.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LogRuntimeException
public LogRuntimeException()
-
-
Method Details
-
log
Log a message about the caught exception to a particular category.- Parameters:
category
- category to log undere
- exception to log
-