public class LoginTokenRenewalFailedEvent extends AuthenticationErrorEvent
ApplicationEvent
,
Serialized Formsource
Constructor and Description |
---|
LoginTokenRenewalFailedEvent(VaultToken source,
Throwable exception)
|
Modifier and Type | Method and Description |
---|---|
VaultToken |
getSource() |
getException
getTimestamp
toString
public LoginTokenRenewalFailedEvent(VaultToken source, Throwable exception)
source
- the VaultToken
associated with this event, must not be
null.exception
- must not be null.public VaultToken getSource()
getSource
in class EventObject
Copyright © 2016–2019 Pivotal Software, Inc.. All rights reserved.