Class P2PClassLoadingIssues


  • public class P2PClassLoadingIssues
    extends Object
    • Method Detail

      • rethrowDisarmedP2PClassLoadingFailure

        public static <T> T rethrowDisarmedP2PClassLoadingFailure​(NoClassDefFoundError error)
        If the given error is related to p2p class-loading, it's converted to IgniteException and rethrown; otherwise, the original error is rethrown.
        Type Parameters:
        T - declared return type
        Parameters:
        error - error to check
        Returns:
        this method never returns normally, it always throws something