Class QualifiedAuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jadice.util.log.qualified.AbstractQualifiedException
-
- com.levigo.jadice.server.core.security.QualifiedAuthenticationException
-
- All Implemented Interfaces:
Serializable
,org.jadice.util.log.qualified.QualifiedLogEvent
,org.jadice.util.log.qualified.QualifiedMessage
,org.jadice.util.log.qualified.UnresolvedQualifiedLogEvent
,org.jadice.util.log.qualified.UnresolvedQualifiedMessage
public class QualifiedAuthenticationException extends org.jadice.util.log.qualified.AbstractQualifiedException implements org.jadice.util.log.qualified.UnresolvedQualifiedLogEvent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QualifiedAuthenticationException(org.springframework.security.core.Authentication auth, org.springframework.security.core.AuthenticationException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jadice.util.log.Level
getLevel()
org.springframework.security.core.AuthenticationException
getThrowable()
-
Methods inherited from class org.jadice.util.log.qualified.AbstractQualifiedException
getArguments, getId, getMessage, getMessage, getMessageID
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getLevel
public org.jadice.util.log.Level getLevel()
- Specified by:
getLevel
in interfaceorg.jadice.util.log.qualified.QualifiedLogEvent
-
getThrowable
public org.springframework.security.core.AuthenticationException getThrowable()
- Specified by:
getThrowable
in interfaceorg.jadice.util.log.qualified.QualifiedLogEvent
-
-