Class NotImplementedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NotImplementedException
    extends PubServerException
    Thrown if a class implementing one of the interfaces defined com.priint.pubserver.plugin.interfaces does not support a method defined in the interface.

    E.g. many of the methods of the Connector interface are not mandatory. That means, you have to implemented a stub, that throws is error. This will tell the caller the state of affairs.

    Since:
    4.0.0
    See Also:
    Serialized Form
    • Field Detail

      • NOT_IMPLEMENTED_YET

        public static final java.lang.String NOT_IMPLEMENTED_YET
        Default message text.
        See Also:
        Constant Field Values