Class AdditionalAuthenticationMisconfiguredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- pl.edu.icm.unity.engine.api.session.AdditionalAuthenticationMisconfiguredException
-
- All Implemented Interfaces:
Serializable
public class AdditionalAuthenticationMisconfiguredException extends RuntimeException
Signals that additional authentication is required prior to invoking the operation but it is not configured properly so the operation can't succeed.- Author:
- K. Benedyczak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdditionalAuthenticationMisconfiguredException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-