Interface UnwrappableThrowable

All Superinterfaces:
Serializable
All Known Implementing Classes:
UnwrappableException, UnwrappableRuntimeException

public interface UnwrappableThrowable extends Serializable
  • Method Details

    • unwrapReasons

      default String unwrapReasons()
    • unwrapReasons

      default String unwrapReasons(boolean includeTrace)
    • unwrapReasonsIntoList

      default List<String> unwrapReasonsIntoList()
    • unwrapReasonsIntoList

      List<String> unwrapReasonsIntoList(boolean includeTrace)