| org.springframework.security.web.util.ThrowableCauseExtractor |
Interface for handlers extracting the cause out of a specific Throwable type.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Extracts the cause from the provided
Throwable. | |||||||||||
Extracts the cause from the provided Throwable.
| throwable | the Throwable |
|---|
null)| IllegalArgumentException | if throwable is null
or otherwise considered invalid for the implementation
|
|---|