Class NoVowelException

    • Constructor Detail

      • NoVowelException

        public NoVowelException​(XINSCallRequest request,
                                TargetDescriptor target,
                                long duration,
                                XINSCallResultData resultData)
                         throws java.lang.IllegalArgumentException
        Constructs a new NoVowelException instance.

        This constructor is internal to XINS. Please do not use it directly. It should only be used by the generated classes. Note that this constructor may be removed at any point in time.

        Parameters:
        request - the original request, cannot be null.
        target - descriptor for the target that was attempted to be called, cannot be null.
        duration - the call duration in milliseconds, must be >= 0.
        resultData - the result data, cannot be null.
        Throws:
        java.lang.IllegalArgumentException - if request == null || target == null || duration < 0 || resultData == null || resultData.getErrorCode() == null.