Class NotImplementedException

All Implemented Interfaces:
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: