Class NoSuchOperationException

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

    public class NoSuchOperationException
    extends DSAPIException
    Thrown when an attempt is made to reference a pending asynchronous operation, but the operation does not exist (either it never existed, or it did exist but has been completed).
    Author:
    nh
    See Also:
    Serialized Form
    • Constructor Detail

      • NoSuchOperationException

        public NoSuchOperationException​(java.lang.String message,
                                        int nativeErrorCode)
        Constructs a new NoSuchOperationException with the specified message and error code
        Parameters:
        message - gives extra detail about the specific exception.
        nativeErrorCode - a value as returned from underlying native code which may be useful in determining the cause of the problem.
      • NoSuchOperationException

        public NoSuchOperationException​(java.lang.String message)
        Constructs a new NoSuchOperationException with the specified message.
        Parameters:
        message - gives extra detail about the specific exception.