Class NotImplementedException

  • All Implemented Interfaces:
    Serializable

    public class NotImplementedException
    extends ServerErrorException
    An Exception which may be thrown by Canon implementing methods to indicate that the business logic for the method has not yet been implemented. The generated server stubs throw this exception, which should be replaced by the real business logic.
    Author:
    Bruce Skingle
    See Also:
    Serialized Form
    • Constructor Detail

      • NotImplementedException

        public NotImplementedException()
        Default constructor.