Class NotImplementedException

  • All Implemented Interfaces:
    SWIG_DSAPIConstants, java.io.Serializable

    public class NotImplementedException
    extends DSAPIException
    An exception thrown when an attempt is made to perform an operation that is not implemented.
    Author:
    nh
    See Also:
    Serialized Form
    • Constructor Detail

      • NotImplementedException

        public NotImplementedException​(java.lang.String message,
                                       int nativeErrorCode)
      • NotImplementedException

        public NotImplementedException​(java.lang.String message)