Class OperationNotSupportedException

  • All Implemented Interfaces:
    Serializable

    public class OperationNotSupportedException
    extends RuntimeException
    Exception class to be used when user provided operation is not supported by Siddhi.
    See Also:
    Serialized Form
    • Constructor Detail

      • OperationNotSupportedException

        public OperationNotSupportedException()
      • OperationNotSupportedException

        public OperationNotSupportedException​(String message)
      • OperationNotSupportedException

        public OperationNotSupportedException​(String message,
                                              Throwable throwable)
      • OperationNotSupportedException

        public OperationNotSupportedException​(Throwable throwable)