Package net.shibboleth.idp.profile
Class LogRuntimeException
- java.lang.Object
-
- net.shibboleth.idp.profile.LogRuntimeException
-
public class LogRuntimeException extends Object
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 Constructor Description LogRuntimeException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlog(String category, Exception e)Log a message about the caught exception to a particular category.
-