Class P2PClassNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class P2PClassNotFoundException
    extends ClassNotFoundException
    A specialication of ClassNotFoundException thrown when a class cannot be loaded during P2P class-loading. The idea is to distinguish P2P class loading issues (which are usually non-critical) from the rest class loading issues (which are critical).
    See Also:
    Serialized Form
    • Constructor Detail

      • P2PClassNotFoundException

        public P2PClassNotFoundException​(String message)
      • P2PClassNotFoundException

        public P2PClassNotFoundException​(String message,
                                         Throwable cause)